﻿2026-07-28T02:41:02.6701432Z Current runner version: '2.336.0'
2026-07-28T02:41:02.6706309Z Runner name: 'kitsubito'
2026-07-28T02:41:02.6706838Z Runner group name: 'Default'
2026-07-28T02:41:02.6707476Z Machine name: 'KITSUBITO'
2026-07-28T02:41:02.6710830Z ##[group]GITHUB_TOKEN Permissions
2026-07-28T02:41:02.6712787Z Actions: write
2026-07-28T02:41:02.6713178Z ArtifactMetadata: write
2026-07-28T02:41:02.6713573Z Attestations: write
2026-07-28T02:41:02.6713949Z Checks: write
2026-07-28T02:41:02.6714308Z CodeQuality: write
2026-07-28T02:41:02.6714671Z Contents: write
2026-07-28T02:41:02.6715049Z CopilotRequests: write
2026-07-28T02:41:02.6715434Z Deployments: write
2026-07-28T02:41:02.6715791Z Discussions: write
2026-07-28T02:41:02.6716144Z Drives: write
2026-07-28T02:41:02.6716478Z Issues: write
2026-07-28T02:41:02.6716821Z Metadata: read
2026-07-28T02:41:02.6717170Z Models: read
2026-07-28T02:41:02.6717524Z Packages: write
2026-07-28T02:41:02.6717884Z Pages: write
2026-07-28T02:41:02.6718346Z PullRequests: write
2026-07-28T02:41:02.6718742Z RepositoryProjects: write
2026-07-28T02:41:02.6719310Z SecurityEvents: write
2026-07-28T02:41:02.6719711Z Statuses: write
2026-07-28T02:41:02.6720081Z VulnerabilityAlerts: read
2026-07-28T02:41:02.6720466Z ##[endgroup]
2026-07-28T02:41:02.6722078Z Secret source: Actions
2026-07-28T02:41:02.6722754Z Prepare workflow directory
2026-07-28T02:41:02.7148783Z Prepare all required actions
2026-07-28T02:41:02.7203961Z Getting action download info
2026-07-28T02:41:03.0414269Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-07-28T02:41:03.8575604Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-07-28T02:41:03.9754915Z ##[group]Run set -euo pipefail
2026-07-28T02:41:03.9755897Z [36;1mset -euo pipefail[0m
2026-07-28T02:41:03.9756757Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-07-28T02:41:03.9757910Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-07-28T02:41:03.9759556Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-07-28T02:41:03.9761043Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-07-28T02:41:03.9762348Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-07-28T02:41:03.9763786Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-07-28T02:41:03.9765476Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-07-28T02:41:03.9767054Z [36;1m  exit 1[0m
2026-07-28T02:41:03.9767703Z [36;1mfi[0m
2026-07-28T02:41:03.9785641Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-28T02:41:03.9787025Z env:
2026-07-28T02:41:03.9787712Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:41:03.9788575Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:41:03.9789517Z ##[endgroup]
2026-07-28T02:41:03.9919434Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=754640539648 floor_bytes=34359738368
2026-07-28T02:41:04.0037576Z ##[group]Run pkill -9 -f 'yes FLOOD' || true
2026-07-28T02:41:04.0038634Z [36;1mpkill -9 -f 'yes FLOOD' || true[0m
2026-07-28T02:41:04.0039978Z [36;1mfor p in $(pgrep -x 'spt|notify-shell' || true); do[0m
2026-07-28T02:41:04.0041153Z [36;1m  exe=$(readlink -f "/proc/$p/exe" 2>/dev/null || true)[0m
2026-07-28T02:41:04.0042176Z [36;1m  case "$exe" in[0m
2026-07-28T02:41:04.0043149Z [36;1m    "$GITHUB_WORKSPACE"/*) kill -9 "$p" 2>/dev/null || true ;;[0m
2026-07-28T02:41:04.0044198Z [36;1m  esac[0m
2026-07-28T02:41:04.0044860Z [36;1mdone[0m
2026-07-28T02:41:04.0045500Z [36;1mexit 0[0m
2026-07-28T02:41:04.0062471Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-28T02:41:04.0063888Z env:
2026-07-28T02:41:04.0064651Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:41:04.0065629Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:41:04.0066438Z ##[endgroup]
2026-07-28T02:41:04.0943349Z ##[group]Run actions/checkout@v5
2026-07-28T02:41:04.0944207Z with:
2026-07-28T02:41:04.0945019Z   repository: BigscreenVR/spt-bs-core
2026-07-28T02:41:04.0952466Z   token: ***
2026-07-28T02:41:04.0953148Z   ssh-strict: true
2026-07-28T02:41:04.0953823Z   ssh-user: git
2026-07-28T02:41:04.0954501Z   persist-credentials: true
2026-07-28T02:41:04.0955251Z   clean: true
2026-07-28T02:41:04.0955935Z   sparse-checkout-cone-mode: true
2026-07-28T02:41:04.0956830Z   fetch-depth: 1
2026-07-28T02:41:04.0957493Z   fetch-tags: false
2026-07-28T02:41:04.0958179Z   show-progress: true
2026-07-28T02:41:04.0958867Z   lfs: false
2026-07-28T02:41:04.0959698Z   submodules: false
2026-07-28T02:41:04.0960393Z   set-safe-directory: true
2026-07-28T02:41:04.0961274Z   allow-unsafe-pr-checkout: false
2026-07-28T02:41:04.0962064Z env:
2026-07-28T02:41:04.0962717Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:41:04.0963571Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:41:04.0964394Z ##[endgroup]
2026-07-28T02:41:04.1794207Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-28T02:41:04.1796560Z ##[group]Getting Git version info
2026-07-28T02:41:04.1797900Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-28T02:41:04.1799750Z [command]/usr/bin/git version
2026-07-28T02:41:04.1821889Z git version 2.43.0
2026-07-28T02:41:04.1840266Z ##[endgroup]
2026-07-28T02:41:04.1851633Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e042c46d-58c8-45df-9690-155cd06db692' before making global git config changes
2026-07-28T02:41:04.1853908Z Adding repository directory to the temporary git global config as a safe directory
2026-07-28T02:41:04.1855867Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-28T02:41:04.1889703Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-28T02:41:04.1910427Z https://github.com/BigscreenVR/spt-bs-core
2026-07-28T02:41:04.1921221Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-28T02:41:04.1923807Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-28T02:41:04.1943083Z HEAD
2026-07-28T02:41:04.1976983Z ##[endgroup]
2026-07-28T02:41:04.1977983Z [command]/usr/bin/git submodule status
2026-07-28T02:41:04.2157814Z ##[group]Cleaning the repository
2026-07-28T02:41:04.2159364Z [command]/usr/bin/git clean -ffdx
2026-07-28T02:41:05.0564965Z Removing target/
2026-07-28T02:41:05.0572956Z [command]/usr/bin/git reset --hard HEAD
2026-07-28T02:41:05.0629632Z HEAD is now at 58ff39c1 Merge ea13f02c719e159880af1288a14ddde5b08f01a3 into f7ff68f8805ed594b0ec317e1b0cad60c9052541
2026-07-28T02:41:05.0634759Z ##[endgroup]
2026-07-28T02:41:05.0636531Z ##[group]Disabling automatic garbage collection
2026-07-28T02:41:05.0639363Z [command]/usr/bin/git config --local gc.auto 0
2026-07-28T02:41:05.0664467Z ##[endgroup]
2026-07-28T02:41:05.0664877Z ##[group]Setting up auth
2026-07-28T02:41:05.0670329Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-28T02:41:05.0694523Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-28T02:41:05.0880902Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-28T02:41:05.0907649Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-28T02:41:05.1099123Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-28T02:41:05.1125434Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-28T02:41:05.1315738Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-28T02:41:05.1346349Z ##[endgroup]
2026-07-28T02:41:05.1346884Z ##[group]Fetching the repository
2026-07-28T02:41:05.1353157Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +58ff39c1959d9538e0f8816c8809480e3fde6f6a:refs/remotes/pull/114/merge
2026-07-28T02:41:05.5508502Z ##[endgroup]
2026-07-28T02:41:05.5509206Z ##[group]Determining the checkout info
2026-07-28T02:41:05.5509902Z ##[endgroup]
2026-07-28T02:41:05.5520520Z [command]/usr/bin/git sparse-checkout disable
2026-07-28T02:41:05.5557979Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-28T02:41:05.5581404Z ##[group]Checking out the ref
2026-07-28T02:41:05.5583641Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/114/merge
2026-07-28T02:41:05.5629994Z HEAD is now at 58ff39c1 Merge ea13f02c719e159880af1288a14ddde5b08f01a3 into f7ff68f8805ed594b0ec317e1b0cad60c9052541
2026-07-28T02:41:05.5633515Z ##[endgroup]
2026-07-28T02:41:05.5667053Z [command]/usr/bin/git log -1 --format=%H
2026-07-28T02:41:05.5689108Z 58ff39c1959d9538e0f8816c8809480e3fde6f6a
2026-07-28T02:41:05.5862931Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-28T02:41:05.5863447Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-28T02:41:05.5877254Z shell: /usr/bin/bash -e {0}
2026-07-28T02:41:05.5877530Z env:
2026-07-28T02:41:05.5877770Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:41:05.5878068Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:41:05.5878342Z ##[endgroup]
2026-07-28T02:41:05.5949815Z ##[group]Run bash .github/ci/reap-census.sh start
2026-07-28T02:41:05.5950215Z [36;1mbash .github/ci/reap-census.sh start[0m
2026-07-28T02:41:05.5964320Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-28T02:41:05.5964731Z env:
2026-07-28T02:41:05.5965021Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:41:05.5965486Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:41:05.5965900Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:41:05.5983977Z ##[endgroup]
2026-07-28T02:41:05.6030738Z CI-CENSUS scope roots:
2026-07-28T02:41:05.6031175Z   root: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-28T02:41:05.6031717Z   root: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target
2026-07-28T02:41:05.6032322Z   root: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/target
2026-07-28T02:41:05.6032836Z   root: /home/reavus/actions-runner/_work/_temp
2026-07-28T02:41:05.6033258Z   root: /home/reavus/spt-n1-oldbroker
2026-07-28T02:41:05.6075180Z CI-CENSUS self-check OK: walked 389 /proc entries, exe resolution live
2026-07-28T02:41:07.0555117Z CI-CENSUS phase=start box_procs=389 box_fds=10528 family_total=1 scoped=0 unscoped=1 unreadable_path=0 flood_orphans=0
2026-07-28T02:41:07.0555861Z   FOREIGN  pid=1358109 /home/reavus/.local/bin/spt
2026-07-28T02:41:07.0589566Z ##[group]Run bash .github/ci/reap-census-selftest.sh
2026-07-28T02:41:07.0589947Z [36;1mbash .github/ci/reap-census-selftest.sh[0m
2026-07-28T02:41:07.0603007Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-28T02:41:07.0603308Z env:
2026-07-28T02:41:07.0603491Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:41:07.0603723Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:41:07.0603962Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:41:07.0604186Z ##[endgroup]
2026-07-28T02:41:07.0669882Z == membership is decided on the exe basename, not on comm ==
2026-07-28T02:41:07.0670408Z   ok   is_family translate_proof_fixture
2026-07-28T02:41:07.0670751Z   ok   is_family post_step_fixture
2026-07-28T02:41:07.0671052Z   ok   is_family dispatch_fixture
2026-07-28T02:41:07.0671337Z   ok   is_family spt
2026-07-28T02:41:07.0671580Z   ok   is_family owl
2026-07-28T02:41:07.0671808Z   ok   is_family notify-shell
2026-07-28T02:41:07.0672090Z   ok   is_family mock-session
2026-07-28T02:41:07.0672347Z   ok   is_family mock-shell
2026-07-28T02:41:07.0672597Z   ok   is_family gh_fixture
2026-07-28T02:41:07.0672878Z   ok   is_family git_fixture
2026-07-28T02:41:07.0673362Z   ok   NOT is_family spt-daemon
2026-07-28T02:41:07.0673646Z   ok   NOT is_family sp
2026-07-28T02:41:07.0673880Z   ok   NOT is_family notify
2026-07-28T02:41:07.0674127Z   ok   NOT is_family 
2026-07-28T02:41:07.0674447Z == the deleted-exe suffix comes off before membership is tested ==
2026-07-28T02:41:07.0681950Z   ok   exe_family_name strips the deleted suffix -> [mock-session]
2026-07-28T02:41:07.0691634Z   ok   exe_family_name strips it for the 23-char D2 name too -> [translate_proof_fixture]
2026-07-28T02:41:07.0700812Z   ok   exe_family_name is a no-op on a live path -> [spt]
2026-07-28T02:41:07.0705073Z   ok   strip_deleted leaves a scope-testable path -> [/ci/workspace/target/debug/spt]
2026-07-28T02:41:07.0713464Z   ok   is_family spt
2026-07-28T02:41:07.0719033Z   ok   in_scope /ci/workspace/target/debug/spt
2026-07-28T02:41:07.0728328Z   ok   exe_family_name does not maul a path containing 'deleted' -> [spt]
2026-07-28T02:41:07.0728757Z == comm fallback exists for VISIBILITY only, and is truncation-aware ==
2026-07-28T02:41:07.0729531Z   ok   comm_is_family translate_proof
2026-07-28T02:41:07.0729841Z   ok   comm_is_family post_step_fixtu
2026-07-28T02:41:07.0730309Z   ok   comm_is_family dispatch_fixtur
2026-07-28T02:41:07.0730680Z   ok   comm_is_family spt
2026-07-28T02:41:07.0731018Z   ok   NOT comm_is_family translate_proof_fixture
2026-07-28T02:41:07.0731430Z   ok   NOT comm_is_family bash
2026-07-28T02:41:07.0731680Z   ok   NOT comm_is_family 
2026-07-28T02:41:07.0731969Z == hard exclusions outrank the scope roots ==
2026-07-28T02:41:07.0732336Z   ok   is_excluded /ci/workspace/target/debug/spt-core/bin/spt
2026-07-28T02:41:07.0732699Z   ok   is_excluded /ci/workspace/target/debug/owl
2026-07-28T02:41:07.0733028Z   ok   is_excluded /home/x/.local/spt-core/bin/spt
2026-07-28T02:41:07.0733377Z   ok   is_excluded /home/reavus/.local/bin/spt
2026-07-28T02:41:07.0733696Z   ok   is_excluded /ci/workspace/.local/bin/spt
2026-07-28T02:41:07.0734035Z   ok   NOT is_excluded /ci/workspace/target/debug/spt
2026-07-28T02:41:07.0734402Z == scope: only this run's own build roots are eligible ==
2026-07-28T02:41:07.0734749Z   ok   in_scope /ci/workspace/target/debug/spt
2026-07-28T02:41:07.0735073Z   ok   in_scope /ci/cargo-target/debug/spt
2026-07-28T02:41:07.0735382Z   ok   in_scope /ci/workspace/.adapter-notify/target/debug/notify-shell
2026-07-28T02:41:07.0735687Z   ok   in_scope /ci/runner-temp/staged/spt
2026-07-28T02:41:07.0735941Z   ok   in_scope /ci/home/spt-n1-oldbroker/target/debug/spt
2026-07-28T02:41:07.0736232Z   ok   NOT in_scope /home/decid/.local/spt-core/bin/spt
2026-07-28T02:41:07.0736522Z   ok   NOT in_scope /some/other/checkout/target/debug/spt
2026-07-28T02:41:07.0736769Z   ok   NOT in_scope 
2026-07-28T02:41:07.0736987Z   ok   NOT in_scope /ci/workspace-other/target/debug/spt
2026-07-28T02:41:07.0737496Z == flood count is a single clean token ==
2026-07-28T02:41:07.1060293Z   ok   flood_count is a single token: [0]
2026-07-28T02:41:07.1060622Z 
2026-07-28T02:41:07.1060747Z reap-census selftest: OK
2026-07-28T02:41:07.1094688Z ##[group]Run bash .github/ci/test-temp-sandbox.sh setup
2026-07-28T02:41:07.1095060Z [36;1mbash .github/ci/test-temp-sandbox.sh setup[0m
2026-07-28T02:41:07.1108325Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-28T02:41:07.1108612Z env:
2026-07-28T02:41:07.1108873Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:41:07.1109292Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:41:07.1109528Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:41:07.1109768Z ##[endgroup]
2026-07-28T02:41:07.1161462Z CI-TMP setup: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:41:07.1201835Z ##[group]Run cargo nextest run --workspace --no-fail-fast -E 'not ( (package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|conn_blackhole_lifecycle|controller_lease|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|endpoint_lifecycle|endpoint_survival|handoff|idempotent|inject_control_wedge|input_ack_deadlock|mesh_recovery|net_worker_starve|redispatch|redispatch_stall|registry_lifecycle|render_lifecycle|resize_geometry_epoch|resize_presentation_barrier|restart_replay_lifetime|resume|shellchan|spawn_truth|transport_death_eof|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|bind_honest_cross_perch_e2e|brain_respawn_rename|brain_split|brain_survive|daemon_refresh_e2e|dummy_harness_e2e|endpoint_teardown_authority_e2e|gateway_owner_shell_e2e|job_escape_e2e|live_adapt_translation_swap_e2e|livehost_bootgate_e2e|multi_subnet_bringup_e2e|n1_pairing|oneliner_e2e|projindex_reader_e2e|projindex_writer_e2e|rc_attach_truth|resume_template_e2e|run_no_dup_session_e2e)$/)) | (package(spt-term) & kind(test)) )'
2026-07-28T02:41:07.1208137Z [36;1mcargo nextest run --workspace --no-fail-fast -E 'not ( (package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|conn_blackhole_lifecycle|controller_lease|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|endpoint_lifecycle|endpoint_survival|handoff|idempotent|inject_control_wedge|input_ack_deadlock|mesh_recovery|net_worker_starve|redispatch|redispatch_stall|registry_lifecycle|render_lifecycle|resize_geometry_epoch|resize_presentation_barrier|restart_replay_lifetime|resume|shellchan|spawn_truth|transport_death_eof|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|bind_honest_cross_perch_e2e|brain_respawn_rename|brain_split|brain_survive|daemon_refresh_e2e|dummy_harness_e2e|endpoint_teardown_authority_e2e|gateway_owner_shell_e2e|job_escape_e2e|live_adapt_translation_swap_e2e|livehost_bootgate_e2e|multi_subnet_bringup_e2e|n1_pairing|oneliner_e2e|projindex_reader_e2e|projindex_writer_e2e|rc_attach_truth|resume_template_e2e|run_no_dup_session_e2e)$/)) | (package(spt-term) & kind(test)) )'[0m
2026-07-28T02:41:07.1280815Z shell: /usr/bin/bash -e {0}
2026-07-28T02:41:07.1281051Z env:
2026-07-28T02:41:07.1281257Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:41:07.1281519Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:41:07.1281757Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:41:07.1282114Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:41:07.1282568Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:41:07.1282972Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:41:07.1283383Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:41:07.1283701Z   NEXTEST_PROFILE: default
2026-07-28T02:41:07.1283893Z ##[endgroup]
2026-07-28T02:41:07.8837404Z    Compiling proc-macro2 v1.0.106
2026-07-28T02:41:07.8837766Z    Compiling quote v1.0.45
2026-07-28T02:41:07.8838197Z    Compiling unicode-ident v1.0.24
2026-07-28T02:41:07.8838649Z    Compiling libc v0.2.186
2026-07-28T02:41:07.8839179Z    Compiling cfg-if v1.0.4
2026-07-28T02:41:07.8839485Z    Compiling serde_core v1.0.228
2026-07-28T02:41:07.8874798Z    Compiling serde v1.0.228
2026-07-28T02:41:07.8922663Z    Compiling typenum v1.20.1
2026-07-28T02:41:07.9035347Z    Compiling version_check v0.9.5
2026-07-28T02:41:07.9081458Z    Compiling portable-atomic v1.13.1
2026-07-28T02:41:07.9133431Z    Compiling subtle v2.6.1
2026-07-28T02:41:07.9134385Z    Compiling critical-section v1.2.0
2026-07-28T02:41:07.9200456Z    Compiling memchr v2.8.1
2026-07-28T02:41:07.9200940Z    Compiling shlex v2.0.1
2026-07-28T02:41:07.9411354Z    Compiling find-msvc-tools v0.1.9
2026-07-28T02:41:07.9517885Z    Compiling equivalent v1.0.2
2026-07-28T02:41:07.9931906Z    Compiling semver v1.0.28
2026-07-28T02:41:08.0257712Z    Compiling smallvec v1.15.1
2026-07-28T02:41:08.0477401Z    Compiling itoa v1.0.18
2026-07-28T02:41:08.1449348Z    Compiling cpufeatures v0.2.17
2026-07-28T02:41:08.1678542Z    Compiling log v0.4.32
2026-07-28T02:41:08.1888743Z    Compiling rand_core v0.10.1
2026-07-28T02:41:08.2126597Z    Compiling bitflags v2.12.1
2026-07-28T02:41:08.2780343Z    Compiling rustc_version v0.4.1
2026-07-28T02:41:08.3406626Z    Compiling getrandom v0.4.2
2026-07-28T02:41:08.3499504Z    Compiling hashbrown v0.17.1
2026-07-28T02:41:08.3849349Z    Compiling pin-project-lite v0.2.17
2026-07-28T02:41:08.3868319Z    Compiling zerocopy v0.8.50
2026-07-28T02:41:08.4208072Z    Compiling signature v2.2.0
2026-07-28T02:41:08.4213342Z    Compiling generic-array v0.14.7
2026-07-28T02:41:08.4631796Z    Compiling ahash v0.8.12
2026-07-28T02:41:08.4799531Z    Compiling pkg-config v0.3.33
2026-07-28T02:41:08.5302785Z    Compiling ed25519 v2.2.3
2026-07-28T02:41:08.5524427Z    Compiling vcpkg v0.2.15
2026-07-28T02:41:08.6390741Z    Compiling curve25519-dalek v4.1.3
2026-07-28T02:41:08.6742757Z    Compiling zmij v1.0.21
2026-07-28T02:41:08.6743848Z    Compiling serde_json v1.0.150
2026-07-28T02:41:08.6916653Z    Compiling fastrand v2.4.1
2026-07-28T02:41:08.7219264Z    Compiling futures-core v0.3.32
2026-07-28T02:41:08.7660900Z    Compiling bytes v1.11.1
2026-07-28T02:41:08.9661109Z    Compiling fallible-iterator v0.3.0
2026-07-28T02:41:08.9790752Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-28T02:41:08.9971000Z    Compiling stable_deref_trait v1.2.1
2026-07-28T02:41:09.0880402Z    Compiling futures-sink v0.3.32
2026-07-28T02:41:09.1730457Z    Compiling futures-io v0.3.32
2026-07-28T02:41:09.1830489Z    Compiling slab v0.4.12
2026-07-28T02:41:09.2370497Z    Compiling indexmap v2.14.0
2026-07-28T02:41:09.2620429Z    Compiling syn v2.0.117
2026-07-28T02:41:09.3040641Z    Compiling autocfg v1.5.1
2026-07-28T02:41:09.3230833Z    Compiling futures-channel v0.3.32
2026-07-28T02:41:09.3401970Z    Compiling futures-task v0.3.32
2026-07-28T02:41:09.3734559Z    Compiling rustversion v1.0.22
2026-07-28T02:41:09.4052103Z    Compiling rustix v1.1.4
2026-07-28T02:41:09.4510913Z    Compiling anyhow v1.0.102
2026-07-28T02:41:09.4640627Z    Compiling linux-raw-sys v0.12.1
2026-07-28T02:41:09.5460657Z    Compiling fnv v1.0.7
2026-07-28T02:41:09.5820529Z    Compiling strsim v0.11.1
2026-07-28T02:41:09.5997269Z    Compiling cfg_aliases v0.2.1
2026-07-28T02:41:09.6169556Z    Compiling writeable v0.6.3
2026-07-28T02:41:09.6821343Z    Compiling litemap v0.8.2
2026-07-28T02:41:09.7335316Z    Compiling dunce v1.0.5
2026-07-28T02:41:09.8131890Z    Compiling jobserver v0.1.34
2026-07-28T02:41:09.8348073Z    Compiling utf8_iter v1.0.4
2026-07-28T02:41:09.8349686Z    Compiling ident_case v1.0.1
2026-07-28T02:41:09.8817315Z    Compiling icu_normalizer_data v2.2.0
2026-07-28T02:41:09.9553509Z    Compiling fs_extra v1.3.0
2026-07-28T02:41:09.9661766Z    Compiling icu_properties_data v2.2.0
2026-07-28T02:41:09.9855049Z    Compiling percent-encoding v2.3.2
2026-07-28T02:41:10.0252390Z    Compiling http v1.4.1
2026-07-28T02:41:10.0777572Z    Compiling crypto-common v0.1.7
2026-07-28T02:41:10.0950131Z    Compiling block-buffer v0.10.4
2026-07-28T02:41:10.1549500Z    Compiling cc v1.2.63
2026-07-28T02:41:10.2123990Z    Compiling digest v0.10.7
2026-07-28T02:41:10.2454133Z    Compiling arrayvec v0.7.6
2026-07-28T02:41:10.2644803Z    Compiling unicode-segmentation v1.13.3
2026-07-28T02:41:10.3060025Z    Compiling aws-lc-rs v1.17.0
2026-07-28T02:41:10.3300715Z    Compiling cpufeatures v0.3.0
2026-07-28T02:41:10.3811098Z    Compiling thiserror v2.0.18
2026-07-28T02:41:10.4210454Z    Compiling scopeguard v1.2.0
2026-07-28T02:41:10.4220094Z    Compiling chacha20 v0.10.0
2026-07-28T02:41:10.4621046Z    Compiling sha2 v0.10.9
2026-07-28T02:41:10.4880930Z    Compiling form_urlencoded v1.2.2
2026-07-28T02:41:10.5210638Z    Compiling getrandom v0.2.17
2026-07-28T02:41:10.6702847Z    Compiling rand_core v0.6.4
2026-07-28T02:41:10.6741360Z    Compiling mio v1.2.1
2026-07-28T02:41:10.6959444Z    Compiling fs2 v0.4.3
2026-07-28T02:41:10.7150668Z    Compiling socket2 v0.6.4
2026-07-28T02:41:10.8101317Z    Compiling uuid v1.23.2
2026-07-28T02:41:10.8281220Z    Compiling lock_api v0.4.14
2026-07-28T02:41:10.8608724Z    Compiling utf8parse v0.2.2
2026-07-28T02:41:10.8634012Z    Compiling untrusted v0.9.0
2026-07-28T02:41:10.8888115Z    Compiling rand v0.10.1
2026-07-28T02:41:10.9170910Z    Compiling memoffset v0.6.5
2026-07-28T02:41:10.9270643Z    Compiling heck v0.5.0
2026-07-28T02:41:10.9810029Z    Compiling rustls v0.23.40
2026-07-28T02:41:10.9930991Z    Compiling thiserror v1.0.69
2026-07-28T02:41:11.0630890Z    Compiling convert_case v0.10.0
2026-07-28T02:41:11.1533875Z    Compiling termios v0.2.2
2026-07-28T02:41:11.1686935Z    Compiling serial-core v0.4.0
2026-07-28T02:41:11.1779828Z    Compiling ioctl-rs v0.1.6
2026-07-28T02:41:11.1898028Z    Compiling unicode-xid v0.2.6
2026-07-28T02:41:11.3020645Z    Compiling atomic-waker v1.1.2
2026-07-28T02:41:11.3127167Z    Compiling const-oid v0.10.2
2026-07-28T02:41:11.3638315Z    Compiling serial-unix v0.4.0
2026-07-28T02:41:11.3917394Z    Compiling hmac v0.12.1
2026-07-28T02:41:11.3918464Z    Compiling ref-cast v1.0.25
2026-07-28T02:41:11.4201474Z    Compiling bitflags v1.3.2
2026-07-28T02:41:11.4241626Z    Compiling paste v1.0.15
2026-07-28T02:41:11.4361104Z    Compiling httparse v1.10.1
2026-07-28T02:41:11.4607366Z    Compiling parking_lot_core v0.9.12
2026-07-28T02:41:11.4612258Z    Compiling pin-utils v0.1.0
2026-07-28T02:41:11.5066298Z    Compiling http-body v1.0.1
2026-07-28T02:41:11.5436961Z    Compiling nix v0.25.1
2026-07-28T02:41:11.5531645Z    Compiling serial v0.4.0
2026-07-28T02:41:11.5886255Z    Compiling num-traits v0.2.19
2026-07-28T02:41:11.6256998Z    Compiling cmake v0.1.58
2026-07-28T02:41:11.6630366Z    Compiling vte_generate_state_changes v0.1.2
2026-07-28T02:41:11.7439285Z    Compiling hybrid-array v0.4.12
2026-07-28T02:41:11.7542111Z    Compiling aho-corasick v1.1.4
2026-07-28T02:41:11.7652068Z    Compiling powerfmt v0.2.0
2026-07-28T02:41:11.7862422Z    Compiling regex-syntax v0.8.10
2026-07-28T02:41:11.7901239Z    Compiling shell-words v1.1.1
2026-07-28T02:41:11.9577867Z    Compiling toml_write v0.1.2
2026-07-28T02:41:11.9990882Z    Compiling winnow v0.7.15
2026-07-28T02:41:12.0085494Z    Compiling base64ct v1.8.3
2026-07-28T02:41:12.0216745Z    Compiling downcast-rs v1.2.1
2026-07-28T02:41:12.0241025Z    Compiling unicode-width v0.2.0
2026-07-28T02:41:12.1190776Z    Compiling either v1.16.0
2026-07-28T02:41:12.1866303Z    Compiling vte v0.13.1
2026-07-28T02:41:12.2722080Z    Compiling deranged v0.5.8
2026-07-28T02:41:12.3688210Z    Compiling pem-rfc7468 v1.0.0
2026-07-28T02:41:12.5319734Z    Compiling data-encoding v2.11.0
2026-07-28T02:41:12.6962545Z    Compiling time-core v0.1.8
2026-07-28T02:41:12.7177828Z    Compiling libsqlite3-sys v0.30.1
2026-07-28T02:41:12.7497557Z    Compiling aws-lc-sys v0.41.0
2026-07-28T02:41:12.8473824Z    Compiling ring v0.17.14
2026-07-28T02:41:12.9470623Z    Compiling num-conv v0.2.2
2026-07-28T02:41:13.1546289Z    Compiling try-lock v0.2.5
2026-07-28T02:41:13.2290464Z    Compiling base64 v0.22.1
2026-07-28T02:41:13.2575306Z    Compiling dyn-clone v1.0.20
2026-07-28T02:41:13.4809195Z    Compiling tinyvec_macros v0.1.1
2026-07-28T02:41:13.4970486Z    Compiling tower-service v0.3.3
2026-07-28T02:41:13.5659624Z    Compiling tinyvec v1.11.0
2026-07-28T02:41:13.5780822Z    Compiling want v0.3.1
2026-07-28T02:41:13.6900785Z    Compiling parking_lot v0.12.5
2026-07-28T02:41:13.7631083Z    Compiling block-buffer v0.12.0
2026-07-28T02:41:13.8972134Z    Compiling crypto-common v0.2.2
2026-07-28T02:41:13.9230553Z    Compiling vergen-lib v9.1.0
2026-07-28T02:41:13.9560808Z    Compiling inout v0.1.4
2026-07-28T02:41:13.9691696Z    Compiling n0-future v0.3.2
2026-07-28T02:41:14.0021733Z    Compiling crossbeam-utils v0.8.21
2026-07-28T02:41:14.0960604Z    Compiling winnow v1.0.3
2026-07-28T02:41:14.1111047Z    Compiling spin v0.10.0
2026-07-28T02:41:14.1581532Z    Compiling parking v2.2.1
2026-07-28T02:41:14.2235253Z    Compiling cordyceps v0.3.4
2026-07-28T02:41:14.2461862Z    Compiling regex-automata v0.4.14
2026-07-28T02:41:14.3065287Z    Compiling diatomic-waker v0.2.3
2026-07-28T02:41:14.3384157Z    Compiling httpdate v1.0.3
2026-07-28T02:41:14.4011807Z    Compiling futures-lite v2.6.1
2026-07-28T02:41:14.4337908Z    Compiling synstructure v0.13.2
2026-07-28T02:41:14.4716750Z    Compiling darling_core v0.20.11
2026-07-28T02:41:14.5663009Z    Compiling serde_derive_internals v0.29.1
2026-07-28T02:41:14.6790911Z    Compiling futures-buffered v0.2.13
2026-07-28T02:41:14.7728518Z    Compiling cipher v0.4.4
2026-07-28T02:41:15.0252416Z    Compiling digest v0.11.3
2026-07-28T02:41:15.1114587Z    Compiling netlink-packet-core v0.8.1
2026-07-28T02:41:15.1871159Z    Compiling vergen-lib v0.1.6
2026-07-28T02:41:15.2065302Z    Compiling vergen v9.1.0
2026-07-28T02:41:15.3716661Z    Compiling universal-hash v0.5.1
2026-07-28T02:41:15.4210939Z    Compiling noq-udp v0.10.0
2026-07-28T02:41:15.4850722Z    Compiling sync_wrapper v1.0.2
2026-07-28T02:41:15.4884470Z    Compiling heapless v0.7.17
2026-07-28T02:41:15.5762053Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-28T02:41:15.5909696Z    Compiling opaque-debug v0.3.1
2026-07-28T02:41:15.6014194Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-28T02:41:15.6631560Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-28T02:41:15.6795463Z    Compiling byteorder v1.5.0
2026-07-28T02:41:15.7291585Z    Compiling allocator-api2 v0.2.21
2026-07-28T02:41:15.7881102Z    Compiling polyval v0.6.2
2026-07-28T02:41:15.8716162Z    Compiling spin v0.9.8
2026-07-28T02:41:15.8923767Z    Compiling vergen-gitcl v1.0.8
2026-07-28T02:41:15.9091189Z    Compiling unicode-width v0.1.14
2026-07-28T02:41:15.9477814Z    Compiling hash32 v0.2.1
2026-07-28T02:41:16.0630924Z    Compiling tower-layer v0.3.3
2026-07-28T02:41:16.0935454Z    Compiling num_threads v0.1.7
2026-07-28T02:41:16.1151088Z    Compiling signature v3.0.0
2026-07-28T02:41:16.2160797Z    Compiling ryu v1.0.23
2026-07-28T02:41:16.2291594Z    Compiling time v0.3.47
2026-07-28T02:41:16.2461098Z    Compiling ghash v0.5.1
2026-07-28T02:41:16.2528124Z    Compiling sha2 v0.11.0-rc.5
2026-07-28T02:41:16.2615085Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-28T02:41:16.2619398Z    Compiling ctr v0.9.2
2026-07-28T02:41:16.3566669Z    Compiling aes v0.8.4
2026-07-28T02:41:16.4104698Z    Compiling http-body-util v0.1.3
2026-07-28T02:41:16.4276403Z    Compiling aead v0.5.2
2026-07-28T02:41:16.5410519Z    Compiling openssl-probe v0.2.1
2026-07-28T02:41:16.5610828Z    Compiling crossbeam-channel v0.5.15
2026-07-28T02:41:16.5779706Z    Compiling crossbeam-epoch v0.9.18
2026-07-28T02:41:16.6822405Z    Compiling serde_derive v1.0.228
2026-07-28T02:41:16.7177784Z    Compiling zeroize_derive v1.4.3
2026-07-28T02:41:16.7305555Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-28T02:41:16.9741096Z    Compiling tokio-macros v2.7.0
2026-07-28T02:41:17.0573256Z    Compiling zerofrom-derive v0.1.7
2026-07-28T02:41:17.1990856Z    Compiling futures-macro v0.3.32
2026-07-28T02:41:17.2481221Z    Compiling yoke-derive v0.8.2
2026-07-28T02:41:17.3501128Z    Compiling zerovec-derive v0.11.3
2026-07-28T02:41:17.3631628Z    Compiling displaydoc v0.2.6
2026-07-28T02:41:17.3785602Z    Compiling zeroize v1.8.2
2026-07-28T02:41:17.7790500Z    Compiling tokio v1.52.3
2026-07-28T02:41:17.7991347Z    Compiling tracing-attributes v0.1.31
2026-07-28T02:41:17.8220896Z    Compiling rustls-pki-types v1.14.1
2026-07-28T02:41:18.0446400Z    Compiling thiserror-impl v2.0.18
2026-07-28T02:41:18.1625825Z    Compiling futures-util v0.3.32
2026-07-28T02:41:18.3056126Z    Compiling darling_macro v0.20.11
2026-07-28T02:41:18.5300795Z    Compiling thiserror-impl v1.0.69
2026-07-28T02:41:18.6151481Z    Compiling zerofrom v0.1.8
2026-07-28T02:41:18.6858540Z    Compiling derive_more-impl v2.1.1
2026-07-28T02:41:18.7082620Z    Compiling darling v0.20.11
2026-07-28T02:41:18.7773455Z    Compiling yoke v0.8.3
2026-07-28T02:41:18.8361381Z    Compiling derive_builder_core v0.20.2
2026-07-28T02:41:18.8475047Z    Compiling ref-cast-impl v1.0.25
2026-07-28T02:41:18.9783312Z    Compiling spez v0.1.2
2026-07-28T02:41:19.0200990Z    Compiling zerovec v0.11.6
2026-07-28T02:41:19.3819464Z    Compiling ed25519-dalek v2.2.0
2026-07-28T02:41:19.4397988Z    Compiling zerotrie v0.2.4
2026-07-28T02:41:19.7191490Z    Compiling spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-28T02:41:19.7510782Z    Compiling schemars_derive v1.2.1
2026-07-28T02:41:19.7600717Z    Compiling n0-error-macros v0.1.3
2026-07-28T02:41:19.8054601Z    Compiling der v0.8.0-rc.10
2026-07-28T02:41:19.8794705Z    Compiling tinystr v0.8.3
2026-07-28T02:41:19.9661436Z    Compiling potential_utf v0.1.5
2026-07-28T02:41:20.1500371Z    Compiling icu_locale_core v2.2.0
2026-07-28T02:41:20.1752260Z    Compiling icu_collections v2.2.0
2026-07-28T02:41:20.3370626Z    Compiling derive_builder_macro v0.20.2
2026-07-28T02:41:20.3561963Z    Compiling filedescriptor v0.8.3
2026-07-28T02:41:20.3767456Z    Compiling regex v1.12.3
2026-07-28T02:41:20.6415950Z    Compiling portable-pty v0.8.1
2026-07-28T02:41:20.7186924Z    Compiling derive_builder v0.20.2
2026-07-28T02:41:20.7552319Z    Compiling n0-error v0.1.3
2026-07-28T02:41:20.8391133Z    Compiling pin-project-internal v1.1.13
2026-07-28T02:41:21.1601681Z    Compiling cobs v0.3.0
2026-07-28T02:41:21.3950765Z    Compiling icu_provider v2.2.0
2026-07-28T02:41:21.3990522Z    Compiling spki v0.8.0-rc.4
2026-07-28T02:41:21.4947410Z    Compiling proc-macro-crate v3.5.0
2026-07-28T02:41:21.5126755Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-28T02:41:21.6338018Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-28T02:41:21.8238875Z    Compiling icu_properties v2.2.0
2026-07-28T02:41:21.8240054Z    Compiling icu_normalizer v2.2.0
2026-07-28T02:41:21.9473564Z    Compiling postcard-derive v0.2.2
2026-07-28T02:41:21.9787646Z    Compiling data-encoding-macro v0.1.20
2026-07-28T02:41:21.9788561Z    Compiling rustls-native-certs v0.8.4
2026-07-28T02:41:21.9839882Z    Compiling aes-gcm v0.10.3
2026-07-28T02:41:22.0815419Z    Compiling futures-executor v0.3.32
2026-07-28T02:41:22.2121172Z    Compiling ipnet v2.12.0
2026-07-28T02:41:22.2240958Z    Compiling toml_datetime v0.6.11
2026-07-28T02:41:22.2373209Z    Compiling serde_spanned v0.6.9
2026-07-28T02:41:22.3391638Z    Compiling schemars v1.2.1
2026-07-28T02:41:22.3560303Z    Compiling pin-project v1.1.13
2026-07-28T02:41:22.3691267Z    Compiling futures v0.3.32
2026-07-28T02:41:22.4654428Z    Compiling ed25519 v3.0.0-rc.4
2026-07-28T02:41:22.5033861Z    Compiling num_enum_derive v0.7.6
2026-07-28T02:41:22.5197336Z    Compiling strum_macros v0.28.0
2026-07-28T02:41:22.6479685Z    Compiling toml_edit v0.22.27
2026-07-28T02:41:22.7020558Z    Compiling prefix-trie v0.8.4
2026-07-28T02:41:22.8270529Z    Compiling enum-assoc v1.3.0
2026-07-28T02:41:22.9880701Z    Compiling once_cell v1.21.4
2026-07-28T02:41:23.0530984Z    Compiling async-trait v0.1.89
2026-07-28T02:41:23.0658069Z    Compiling iroh-metrics-derive v0.4.1
2026-07-28T02:41:23.2383491Z    Compiling postcard v1.1.3
2026-07-28T02:41:23.5167938Z    Compiling tracing-core v0.1.36
2026-07-28T02:41:23.5638733Z    Compiling hashbrown v0.14.5
2026-07-28T02:41:23.6197663Z    Compiling idna_adapter v1.2.2
2026-07-28T02:41:23.6498211Z    Compiling tempfile v3.27.0
2026-07-28T02:41:23.6850784Z    Compiling derive_more v2.1.1
2026-07-28T02:41:23.6934756Z    Compiling netlink-packet-route v0.29.0
2026-07-28T02:41:23.7641236Z    Compiling idna v1.1.0
2026-07-28T02:41:23.7933537Z    Compiling blake3 v1.8.5
2026-07-28T02:41:23.7971145Z    Compiling noq v0.18.0
2026-07-28T02:41:23.8988738Z    Compiling tokio-util v0.7.18
2026-07-28T02:41:24.0670513Z    Compiling tracing v0.1.44
2026-07-28T02:41:24.1331558Z    Compiling netlink-sys v0.8.8
2026-07-28T02:41:24.2730672Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-28T02:41:24.3230833Z    Compiling url v2.5.8
2026-07-28T02:41:24.4021852Z    Compiling hashlink v0.9.1
2026-07-28T02:41:24.4582658Z    Compiling tower v0.5.3
2026-07-28T02:41:24.4841487Z    Compiling netwatch v0.16.0
2026-07-28T02:41:24.7100801Z    Compiling acto v0.8.2
2026-07-28T02:41:24.7391464Z    Compiling lru-slab v0.1.2
2026-07-28T02:41:24.8010741Z    Compiling xml-rs v0.8.28
2026-07-28T02:41:24.8874163Z    Compiling sorted-index-buffer v0.2.1
2026-07-28T02:41:24.8877675Z    Compiling identity-hash v0.1.0
2026-07-28T02:41:24.9227238Z    Compiling mac-addr v0.3.0
2026-07-28T02:41:24.9973700Z    Compiling rusqlite v0.32.1
2026-07-28T02:41:25.0131403Z    Compiling h2 v0.4.14
2026-07-28T02:41:25.0481783Z    Compiling rustc-hash v2.1.2
2026-07-28T02:41:25.1035590Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-28T02:41:25.1534423Z    Compiling foldhash v0.2.0
2026-07-28T02:41:25.1779655Z    Compiling tagptr v0.2.0
2026-07-28T02:41:25.1961800Z    Compiling tower-http v0.6.11
2026-07-28T02:41:25.2072233Z    Compiling n0-watcher v0.6.1
2026-07-28T02:41:25.3031659Z    Compiling hashbrown v0.16.1
2026-07-28T02:41:25.3390578Z    Compiling moka v0.12.15
2026-07-28T02:41:25.3587853Z    Compiling attohttpc v0.30.1
2026-07-28T02:41:25.4612267Z    Compiling toml v0.8.23
2026-07-28T02:41:25.4831555Z    Compiling strum v0.28.0
2026-07-28T02:41:25.6292391Z    Compiling iroh-base v0.98.0
2026-07-28T02:41:25.7300687Z    Compiling xmltree v0.10.3
2026-07-28T02:41:25.7850605Z    Compiling tokio-stream v0.1.18
2026-07-28T02:41:25.9222413Z    Compiling netlink-proto v0.12.0
2026-07-28T02:41:25.9710822Z    Compiling iroh-metrics v0.38.3
2026-07-28T02:41:26.1713718Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-28T02:41:26.4400926Z    Compiling num_enum v0.7.6
2026-07-28T02:41:26.4501135Z    Compiling iroh-relay v0.98.0
2026-07-28T02:41:26.5301095Z    Compiling netlink-packet-route v0.30.0
2026-07-28T02:41:26.6161595Z    Compiling simple-dns v0.9.3
2026-07-28T02:41:26.6564162Z    Compiling smol_str v0.1.24
2026-07-28T02:41:26.7523788Z    Compiling constant_time_eq v0.4.2
2026-07-28T02:41:26.8638482Z    Compiling arrayref v0.3.9
2026-07-28T02:41:26.9209663Z    Compiling sha1_smol v1.0.1
2026-07-28T02:41:26.9375853Z    Compiling simdutf8 v0.1.5
2026-07-28T02:41:26.9411579Z    Compiling resolv-conf v0.7.6
2026-07-28T02:41:27.2790558Z    Compiling lru v0.16.4
2026-07-28T02:41:27.2992707Z    Compiling webpki-roots v1.0.7
2026-07-28T02:41:27.3260668Z    Compiling serde_bytes v0.11.19
2026-07-28T02:41:27.4015286Z    Compiling seize v0.5.1
2026-07-28T02:41:27.4190356Z    Compiling iroh v0.98.2
2026-07-28T02:41:27.4690768Z    Compiling cmov v0.5.4
2026-07-28T02:41:27.5230267Z    Compiling backon v1.6.0
2026-07-28T02:41:27.6370481Z    Compiling hkdf v0.12.4
2026-07-28T02:41:27.7690637Z    Compiling ctutils v0.4.2
2026-07-28T02:41:27.8240790Z    Compiling papaya v0.2.4
2026-07-28T02:41:27.8390911Z    Compiling spake2 v0.4.0
2026-07-28T02:41:27.8533784Z    Compiling sha1 v0.10.6
2026-07-28T02:41:27.8539793Z    Compiling doctest-file v1.1.1
2026-07-28T02:41:28.0087686Z    Compiling iroh-dns v0.98.0
2026-07-28T02:41:28.0570569Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-28T02:41:28.0826297Z    Compiling bytemuck v1.25.2
2026-07-28T02:41:28.1133386Z    Compiling errno v0.3.14
2026-07-28T02:41:28.1798776Z    Compiling signal-hook v0.3.18
2026-07-28T02:41:28.2531436Z    Compiling signal-hook-registry v1.4.8
2026-07-28T02:41:28.2761257Z    Compiling darling_core v0.23.0
2026-07-28T02:41:28.3307216Z    Compiling rgb v0.8.53
2026-07-28T02:41:28.3555108Z    Compiling interprocess v2.4.2
2026-07-28T02:41:28.4070074Z    Compiling rustix v0.38.44
2026-07-28T02:41:28.4346020Z    Compiling anstyle-parse v1.0.0
2026-07-28T02:41:28.4871315Z    Compiling colorchoice v1.0.5
2026-07-28T02:41:28.6320815Z    Compiling anstyle v1.0.14
2026-07-28T02:41:28.6398276Z    Compiling linux-raw-sys v0.4.15
2026-07-28T02:41:28.6980890Z    Compiling anstyle-query v1.1.5
2026-07-28T02:41:28.7823512Z    Compiling avt v0.18.0
2026-07-28T02:41:28.7860647Z    Compiling instability v0.3.12
2026-07-28T02:41:28.8958110Z    Compiling foldhash v0.1.5
2026-07-28T02:41:28.9047822Z    Compiling is_terminal_polyfill v1.70.2
2026-07-28T02:41:28.9755809Z    Compiling anstream v1.0.0
2026-07-28T02:41:28.9950700Z    Compiling signal-hook-mio v0.2.5
2026-07-28T02:41:29.0162533Z    Compiling strum_macros v0.26.4
2026-07-28T02:41:29.0870681Z    Compiling hashbrown v0.15.5
2026-07-28T02:41:29.0998715Z    Compiling terminal_size v0.4.4
2026-07-28T02:41:29.2660805Z    Compiling itertools v0.13.0
2026-07-28T02:41:29.2780578Z    Compiling castaway v0.2.4
2026-07-28T02:41:29.3165954Z    Compiling clap_lex v1.1.0
2026-07-28T02:41:29.3910747Z    Compiling static_assertions v1.1.0
2026-07-28T02:41:29.4470708Z    Compiling indoc v2.0.7
2026-07-28T02:41:29.4711036Z    Compiling compact_str v0.8.2
2026-07-28T02:41:29.6790642Z    Compiling clap_builder v4.6.0
2026-07-28T02:41:29.8660805Z    Compiling lru v0.12.5
2026-07-28T02:41:29.9540840Z    Compiling clap_derive v4.6.1
2026-07-28T02:41:30.0290495Z    Compiling cassowary v0.3.0
2026-07-28T02:41:30.3941523Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-28T02:41:30.4670756Z    Compiling netdev v0.42.0
2026-07-28T02:41:30.5690609Z    Compiling crossterm v0.28.1
2026-07-28T02:41:30.9801210Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-28T02:41:31.0510219Z    Compiling hyper v1.10.1
2026-07-28T02:41:31.3242165Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-28T02:41:31.4370994Z    Compiling unicode-truncate v1.1.0
2026-07-28T02:41:31.6160247Z    Compiling iana-time-zone v0.1.65
2026-07-28T02:41:31.6880466Z    Compiling strum v0.26.3
2026-07-28T02:41:31.8170779Z    Compiling chrono v0.4.45
2026-07-28T02:41:32.0299696Z    Compiling nucleo-matcher v0.3.1
2026-07-28T02:41:32.3189081Z    Compiling qrcode v0.14.1
2026-07-28T02:41:32.3296983Z    Compiling darling_macro v0.23.0
2026-07-28T02:41:32.4681387Z    Compiling spt-test-support v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-07-28T02:41:32.7470356Z    Compiling darling v0.23.0
2026-07-28T02:41:32.7558395Z    Compiling clap v4.6.1
2026-07-28T02:41:33.0486690Z    Compiling hyper-util v0.1.20
2026-07-28T02:41:33.5251424Z    Compiling mock-adapter v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-07-28T02:41:33.5451986Z    Compiling ratatui v0.29.0
2026-07-28T02:41:35.1378594Z    Compiling igd-next v0.17.1
2026-07-28T02:41:35.2721758Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-28T02:41:36.4245865Z    Compiling portmapper v0.16.0
2026-07-28T02:41:45.6150975Z    Compiling rustls-webpki v0.103.13
2026-07-28T02:41:48.0013745Z    Compiling tokio-rustls v0.26.4
2026-07-28T02:41:48.0014276Z    Compiling rustls-platform-verifier v0.7.0
2026-07-28T02:41:48.0014612Z    Compiling noq-proto v0.17.0
2026-07-28T02:41:48.1518849Z    Compiling hyper-rustls v0.27.9
2026-07-28T02:41:48.1519622Z    Compiling hickory-net v0.26.0-beta.4
2026-07-28T02:41:48.1520066Z    Compiling tokio-websockets v0.13.2
2026-07-28T02:41:48.2846381Z    Compiling reqwest v0.13.4
2026-07-28T02:41:49.2725994Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-28T02:42:03.3389684Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-28T02:42:05.0138339Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-28T02:42:17.2618425Z    Compiling spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-28T02:43:45.9463641Z    Compiling xtask v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-07-28T02:44:04.5365967Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 57s
2026-07-28T02:44:04.8857543Z ────────────
2026-07-28T02:44:04.8920009Z  Nextest run ID fc7de00f-dade-4e54-9d4e-e10674502383 with nextest profile: default
2026-07-28T02:44:04.8923185Z     Starting 2064 tests across 108 binaries (1 test and 62 binaries skipped)
2026-07-28T02:44:04.9166452Z         PASS [   0.009s] (   1/2064) mock-adapter::bin/capture-player tests::parses_a_well_formed_record
2026-07-28T02:44:04.9167540Z         PASS [   0.009s] (   2/2064) mock-adapter::bin/capture-player tests::refuses_a_length_mismatch
2026-07-28T02:44:04.9169286Z         PASS [   0.020s] (   3/2064) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-07-28T02:44:04.9170192Z         PASS [   0.020s] (   4/2064) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-07-28T02:44:04.9171061Z         PASS [   0.020s] (   5/2064) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-07-28T02:44:04.9947872Z         PASS [   0.107s] (   6/2064) spt::active_only_never_relay_e2e cross_node_active_only_stays_local_only_never_wan
2026-07-28T02:44:05.0081100Z         PASS [   0.014s] (   7/2064) spt::endpoint_autostart_e2e poll_ignores_the_skip_and_fail_replay_outcomes
2026-07-28T02:44:05.0265162Z         PASS [   0.017s] (   8/2064) spt::endpoint_autostart_e2e poll_rejects_a_line_torn_before_the_startup_default_tail
2026-07-28T02:44:05.0693336Z         PASS [   0.177s] (   9/2064) spt::bind_adapter_profile_persist_e2e bind_over_created_profile_endpoint_preserves_the_profile
2026-07-28T02:44:05.1028671Z         PASS [   0.039s] (  10/2064) spt::endpoint_autostart_e2e torn_read_yields_no_replay_line_rather_than_a_promoted_fragment
2026-07-28T02:44:05.1561477Z         PASS [   0.260s] (  11/2064) spt::coordinator_image_e2e the_running_coordinator_reports_its_compiled_image_and_no_impostor_can
2026-07-28T02:44:05.2162035Z         PASS [   0.327s] (  12/2064) spt::boundary_ready_strand_e2e boundary_restamps_ready_after_soft_session_end
2026-07-28T02:44:05.2343521Z         PASS [   0.337s] (  13/2064) spt::create_bind_rest_active_e2e a_fresh_bind_after_a_real_stop_comes_up_active_without_a_wake
2026-07-28T02:44:05.3923524Z         PASS [   0.158s] (  14/2064) spt::json_emit json_flag_emits_parseable_json_for_read_status_subset
2026-07-28T02:44:05.7649390Z         PASS [   0.858s] (  15/2064) spt::daemon_stop_convoy_e2e stop_under_an_api_storm_stays_down_then_start_brings_up_exactly_one
2026-07-28T02:44:06.5232480Z         PASS [   1.616s] (  16/2064) spt::drive_e2e drive_channel_slot_through_the_real_socket
2026-07-28T02:44:06.7926869Z         PASS [   1.401s] (  17/2064) spt::list_json_liveness_parity_e2e json_reconciles_self_owned_gateway_to_local_liveness
2026-07-28T02:44:06.8763966Z         PASS [   1.989s] (  18/2064) spt::contract_e2e seed_then_listen_binds_and_relays
2026-07-28T02:44:07.4311768Z         PASS [   2.545s] (  19/2064) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-07-28T02:44:07.6139294Z         PASS [   2.727s] (  20/2064) spt::composite_e2e bare_update_applies_core_then_updates_adapter_in_one_invocation
2026-07-28T02:44:08.3934611Z         PASS [   3.507s] (  21/2064) spt::contract_e2e live_agent_lifecycle_e2e
2026-07-28T02:44:08.4383544Z         PASS [   3.552s] (  22/2064) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-07-28T02:44:08.4601911Z         PASS [   0.022s] (  23/2064) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-07-28T02:44:08.6901688Z         PASS [   0.296s] (  24/2064) spt::nested_resolution_e2e nested_id_homes_under_parent_without_subnet
2026-07-28T02:44:08.8427758Z         PASS [   1.229s] (  25/2064) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-07-28T02:44:09.1729710Z         PASS [   0.483s] (  26/2064) spt::psyche_download_e2e psyche_download_emits_brief_with_pending_then_self_clears
2026-07-28T02:44:09.8339095Z         PASS [   4.947s] (  27/2064) spt::adapter_post_step adapter_update_runs_post_step_unconditionally_and_arbitrates_notice
2026-07-28T02:44:09.8635163Z         PASS [   3.071s] (  28/2064) spt::live_bind_firsthost_e2e live_bind_marks_online_and_brain_reconcile_hosts
2026-07-28T02:44:09.8684652Z         PASS [   0.005s] (  29/2064) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-07-28T02:44:10.6143182Z         PASS [   5.510s] (  30/2064) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-07-28T02:44:10.8823980Z         PASS [   2.040s] (  31/2064) spt::psyche_sid_custody_e2e psyche_sid_survives_parent_boundary
2026-07-28T02:44:11.2906027Z         PASS [   1.457s] (  32/2064) spt::ready_resume_ledger_e2e ready_bind_ledgers_and_reconcile_hosts_no_psyche
2026-07-28T02:44:11.2918384Z         PASS [   5.527s] (  33/2064) spt::listen_seed_retry_e2e no_seed_session_binds_via_session_id_fallback
2026-07-28T02:44:11.4582421Z         PASS [   4.935s] (  34/2064) spt::listen_seed_retry_e2e seed_survives_prebind_refusal_and_retry_binds
2026-07-28T02:44:12.1992033Z         PASS [   5.323s] (  35/2064) spt::live_firsthost_e2e live_listen_marks_online_and_brain_reconcile_hosts
2026-07-28T02:44:12.8031089Z         PASS [   4.341s] (  36/2064) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-07-28T02:44:16.2130780Z         PASS [   7.038s] (  37/2064) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-07-28T02:44:16.4878535Z         PASS [   5.605s] (  38/2064) spt::send_stamp_agent_id_e2e shelled_send_stamps_endpoint_id_from_env
2026-07-28T02:44:16.5554517Z         PASS [  11.648s] (  39/2064) spt::docs_bundle_e2e docs_land_on_apply_and_docs_failure_never_touches_the_binary_outcome
2026-07-28T02:44:16.5557736Z         PASS [   0.345s] (  40/2064) spt::translate_proof translate_proof_dir_override_proofs_unregistered_install
2026-07-28T02:44:16.5776822Z         PASS [   5.119s] (  41/2064) spt::shell_perch_dir_e2e spawned_binary_resolves_a_landed_file_via_perch_dir
2026-07-28T02:44:16.6115805Z         PASS [   0.034s] (  42/2064) spt::twohost_cli gated_cli_role_a
2026-07-28T02:44:16.6180485Z         PASS [   0.006s] (  43/2064) spt::twohost_cli gated_cli_role_b
2026-07-28T02:44:16.9037010Z         PASS [   9.472s] (  44/2064) spt::live_resolve_e2e listen_without_adapter_resolves_from_host_binaries
2026-07-28T02:44:17.3626600Z         PASS [   0.744s] (  45/2064) spt::whoami_identity_e2e whoami_answers_identity_on_a_multi_perch_home_with_zero_git
2026-07-28T02:44:17.6154612Z         PASS [   0.712s] (  46/2064) spt::worker_lifecycle_e2e worker_start_mints_on_stdout_and_stop_authenticates_by_parent_sid
2026-07-28T02:44:17.7680338Z         PASS [   6.477s] (  47/2064) spt::shell_actgate_e2e act_gate_blocks_command_until_class_scoped_grant
2026-07-28T02:44:18.0058695Z         PASS [   6.714s] (  48/2064) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-07-28T02:44:18.1484419Z         PASS [   0.381s] (  49/2064) spt::bin/spt api::auth::tests::dead_owner_repin_refused_when_sid_owns_another_perch
2026-07-28T02:44:18.1665121Z         PASS [   0.551s] (  50/2064) spt::bin/spt api::auth::tests::dead_owner_repin_refused_when_sid_is_a_psyche_custody_sid
2026-07-28T02:44:18.3060994Z         PASS [   0.011s] (  51/2064) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-07-28T02:44:18.3061939Z         PASS [   0.018s] (  52/2064) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-07-28T02:44:18.3062903Z         PASS [   0.868s] (  53/2064) spt::worker_visibility_e2e flat_worker_hidden_by_default_revealed_by_flag
2026-07-28T02:44:18.3063857Z         PASS [   0.106s] (  54/2064) spt::bin/spt api::auth::tests::live_owner_mismatch_still_refuses
2026-07-28T02:44:18.3064662Z         PASS [   0.106s] (  55/2064) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-07-28T02:44:18.3281620Z         PASS [   0.074s] (  56/2064) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-07-28T02:44:18.3385173Z         PASS [   0.332s] (  57/2064) spt::bin/spt api::auth::tests::dead_owner_repin_still_rescues_a_non_custody_sid
2026-07-28T02:44:18.3758349Z         PASS [   0.037s] (  58/2064) spt::bin/spt api::auth::tests::worker_missing_is_no_endpoint
2026-07-28T02:44:18.3810665Z         PASS [   5.576s] (  59/2064) spt::shell_stale_online_e2e force_killed_shell_lists_offline_and_relinks_under_the_same_id
2026-07-28T02:44:18.3815202Z         PASS [   0.076s] (  60/2064) spt::bin/spt api::auth::tests::token_auth_path_unchanged
2026-07-28T02:44:18.4045398Z         PASS [   0.076s] (  61/2064) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-07-28T02:44:18.4047086Z         PASS [   0.174s] (  62/2064) spt::bin/spt api::auth::tests::pinned_to_dead_sid_mismatched_poll_repins
2026-07-28T02:44:18.4492419Z         PASS [   0.045s] (  63/2064) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-07-28T02:44:18.4593729Z         PASS [   0.075s] (  64/2064) spt::bin/spt api::auth::tests::worker_stored_sid_authenticates
2026-07-28T02:44:18.4602538Z         PASS [   0.077s] (  65/2064) spt::bin/spt api::auth::tests::worker_parent_current_sid_authenticates_after_rotation
2026-07-28T02:44:18.4608237Z         PASS [   0.083s] (  66/2064) spt::bin/spt api::auth::tests::worker_wrong_sid_and_token_only_refused
2026-07-28T02:44:18.4663977Z         PASS [   0.059s] (  67/2064) spt::bin/spt api::delivery::tests::an_undated_state_is_dated_by_a_non_edge_report
2026-07-28T02:44:18.4684379Z         PASS [   0.019s] (  68/2064) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-07-28T02:44:18.4819986Z         PASS [   0.020s] (  69/2064) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-07-28T02:44:18.4821488Z         PASS [   0.028s] (  70/2064) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-07-28T02:44:18.4922045Z         PASS [   0.023s] (  71/2064) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-07-28T02:44:18.4941866Z         PASS [   0.030s] (  72/2064) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-07-28T02:44:18.5626745Z         PASS [   0.082s] (  73/2064) spt::bin/spt api::delivery::tests::only_a_real_state_edge_stamps_the_transition_instant
2026-07-28T02:44:18.6704469Z         PASS [   0.217s] (  74/2064) spt::bin/spt api::delivery::tests::idle_drain_peek_returns_non_deferred_rows_only
2026-07-28T02:44:18.7379657Z         PASS [   0.257s] (  75/2064) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-07-28T02:44:18.8091042Z         PASS [   0.246s] (  76/2064) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-07-28T02:44:18.8330856Z         PASS [   0.339s] (  77/2064) spt::bin/spt api::delivery::tests::poll_drain_suppresses_idle_only_which_reaches_the_relay
2026-07-28T02:44:18.8432246Z         PASS [   0.013s] (  78/2064) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-07-28T02:44:18.8649847Z         PASS [   0.370s] (  79/2064) spt::bin/spt api::delivery::tests::poll_drain_validates_notify_copies_against_their_rows
2026-07-28T02:44:18.8856007Z         PASS [   0.215s] (  80/2064) spt::bin/spt api::delivery::tests::poll_only_drains_when_hook_method_present
2026-07-28T02:44:18.8942504Z         PASS [   0.029s] (  81/2064) spt::bin/spt api::reporting::tests::boundary_refuses_rotating_onto_a_psyche_custody_sid
2026-07-28T02:44:18.8951850Z         PASS [   0.157s] (  82/2064) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-07-28T02:44:18.9079167Z         PASS [   0.012s] (  83/2064) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-07-28T02:44:18.9309259Z         PASS [   0.023s] (  84/2064) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-07-28T02:44:18.9603458Z         PASS [   0.029s] (  85/2064) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-07-28T02:44:18.9806101Z         PASS [   0.138s] (  86/2064) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-07-28T02:44:18.9904671Z         PASS [   0.030s] (  87/2064) spt::bin/spt api::reporting::tests::endpoint_info_activity_word_tracks_the_idle_sentinel
2026-07-28T02:44:18.9971010Z         PASS [   0.016s] (  88/2064) spt::bin/spt api::reporting::tests::endpoint_info_attached_node_from_honest_stamps
2026-07-28T02:44:19.0018708Z         PASS [   0.011s] (  89/2064) spt::bin/spt api::reporting::tests::endpoint_info_attached_node_self_attributes_own_node_driver
2026-07-28T02:44:19.0123742Z         PASS [   0.015s] (  90/2064) spt::bin/spt api::reporting::tests::endpoint_info_json_always_carries_an_activity_word
2026-07-28T02:44:19.0266817Z         PASS [   0.014s] (  91/2064) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-07-28T02:44:19.0321533Z         PASS [   0.138s] (  92/2064) spt::bin/spt api::reporting::tests::boundary_with_a_fresh_sid_is_unaffected_by_the_squat_guard
2026-07-28T02:44:19.0342019Z         PASS [   0.032s] (  93/2064) spt::bin/spt api::reporting::tests::endpoint_info_reports_and_refuses
2026-07-28T02:44:19.0472512Z         PASS [   0.015s] (  94/2064) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-07-28T02:44:19.0481418Z         PASS [   0.014s] (  95/2064) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-07-28T02:44:19.0640418Z         PASS [   0.014s] (  96/2064) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-07-28T02:44:19.0652148Z         PASS [   0.018s] (  97/2064) spt::bin/spt api::reporting::tests::history_log_appends
2026-07-28T02:44:19.1293027Z         PASS [   0.101s] (  98/2064) spt::bin/spt api::reporting::tests::erase_unregisters_regardless_of_liveness
2026-07-28T02:44:19.1435680Z         PASS [   0.335s] (  99/2064) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-07-28T02:44:19.2072324Z         PASS [   0.079s] ( 100/2064) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-07-28T02:44:19.2176773Z         PASS [   0.153s] ( 101/2064) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-07-28T02:44:19.2257489Z         PASS [   0.340s] ( 102/2064) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-07-28T02:44:19.2295821Z         PASS [   0.083s] ( 103/2064) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-07-28T02:44:19.2424538Z         PASS [   0.016s] ( 104/2064) spt::bin/spt api::tests::adapter_is_optional
2026-07-28T02:44:19.2569400Z         PASS [   0.012s] ( 105/2064) spt::bin/spt api::tests::ctx_manifest_override_wins_when_manifest_present
2026-07-28T02:44:19.2681147Z         PASS [   0.013s] ( 106/2064) spt::bin/spt api::tests::ctx_manifest_resolves_from_registry_when_manifest_absent
2026-07-28T02:44:19.2745700Z         PASS [   0.212s] ( 107/2064) spt::bin/spt api::reporting::tests::session_end_erase_reaps_stale_worker_then_proceeds
2026-07-28T02:44:19.2816799Z         PASS [   0.013s] ( 108/2064) spt::bin/spt api::tests::ctx_manifest_unregistered_no_manifest_is_none_not_fatal
2026-07-28T02:44:19.2922624Z         PASS [   0.084s] ( 109/2064) spt::bin/spt api::reporting::tests::soft_end_preserves_a_live_listeners_address
2026-07-28T02:44:19.2972408Z         PASS [   0.015s] ( 110/2064) spt::bin/spt api::tests::state_value_is_validated
2026-07-28T02:44:19.2973458Z         PASS [   0.023s] ( 111/2064) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-07-28T02:44:19.3117770Z         PASS [   0.019s] ( 112/2064) spt::bin/spt api::tests::surface_parses
2026-07-28T02:44:19.3303468Z         PASS [   0.111s] ( 113/2064) spt::bin/spt api::reporting::tests::soft_end_still_cleans_a_dead_listeners_address
2026-07-28T02:44:19.3326163Z         PASS [   0.035s] ( 114/2064) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-07-28T02:44:19.4149395Z         PASS [   7.216s] ( 115/2064) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-07-28T02:44:19.5419465Z         PASS [   2.986s] ( 116/2064) spt::tunnel_e2e shell_tunnel_round_trips_opaque_bytes_through_the_real_surfaces
2026-07-28T02:44:19.5544806Z         PASS [   0.257s] ( 117/2064) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-07-28T02:44:19.5651307Z         PASS [   0.011s] ( 118/2064) spt::bin/spt cli::resume_resolution_tests::resume_never_feeds_a_provisional
2026-07-28T02:44:19.5749214Z         PASS [   0.009s] ( 119/2064) spt::bin/spt cli::run_home_tests::order_by_mru_orders_guidance
2026-07-28T02:44:19.5913882Z         PASS [   0.011s] ( 120/2064) spt::bin/spt cli::run_home_tests::run_home_resolution_matrix
2026-07-28T02:44:19.5962965Z         PASS [   0.010s] ( 121/2064) spt::bin/spt cli::run_on_live_tests::run_on_live_never_duplicates_and_create_conflicts
2026-07-28T02:44:19.6141521Z         PASS [   0.018s] ( 122/2064) spt::bin/spt cli::run_target_tests::resolve_run_target_quadrants
2026-07-28T02:44:19.7475556Z         PASS [   0.332s] ( 123/2064) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-07-28T02:44:19.7623145Z         PASS [   0.015s] ( 124/2064) spt::bin/spt cli::tests::a_status_row_reads_held_over_running_and_carries_its_evidence
2026-07-28T02:44:19.7800201Z         PASS [   0.018s] ( 125/2064) spt::bin/spt cli::tests::access_subcommands_parse
2026-07-28T02:44:19.7966269Z         PASS [   0.016s] ( 126/2064) spt::bin/spt cli::tests::adapter_add_transport_flags_parse
2026-07-28T02:44:19.8324852Z         PASS [   0.290s] ( 127/2064) spt::bin/spt api::worker::tests::worker_start_registration_sid_falls_back_to_presented
2026-07-28T02:44:19.8544014Z         PASS [   0.522s] ( 128/2064) spt::bin/spt api::worker::tests::worker_start_mints_id_stores_parent_sid_and_metadata
2026-07-28T02:44:19.8582221Z         PASS [   0.062s] ( 129/2064) spt::bin/spt cli::tests::adapter_digest_proof_fills_session_id_key
2026-07-28T02:44:19.9044098Z         PASS [   0.072s] ( 130/2064) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-07-28T02:44:19.9152777Z         PASS [   0.011s] ( 131/2064) spt::bin/spt cli::tests::adapter_name_validation_flags_every_unknown
2026-07-28T02:44:19.9254177Z         PASS [   0.010s] ( 132/2064) spt::bin/spt cli::tests::adapter_names_comma_list_parses_and_refuses_empties
2026-07-28T02:44:19.9701883Z         PASS [   0.045s] ( 133/2064) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-07-28T02:44:20.0125521Z         PASS [   0.042s] ( 134/2064) spt::bin/spt cli::tests::adapter_string_verbs
2026-07-28T02:44:20.0131865Z         PASS [   0.159s] ( 135/2064) spt::bin/spt cli::tests::adapter_has_live_endpoint_detects_matching_live_perch
2026-07-28T02:44:20.0359901Z         PASS [   0.024s] ( 136/2064) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-07-28T02:44:20.0512026Z         PASS [   0.015s] ( 137/2064) spt::bin/spt cli::tests::adapter_translate_proof_parses
2026-07-28T02:44:20.0619818Z         PASS [   0.010s] ( 138/2064) spt::bin/spt cli::tests::adapter_update_install_dir_is_registered_source_dir_not_repo_name
2026-07-28T02:44:20.0757400Z         PASS [   0.014s] ( 139/2064) spt::bin/spt cli::tests::adapter_update_notice_absent_when_no_message
2026-07-28T02:44:20.0866521Z         PASS [   0.011s] ( 140/2064) spt::bin/spt cli::tests::adapter_update_notice_renders_declared_message_markdown
2026-07-28T02:44:20.0967988Z         PASS [   0.010s] ( 141/2064) spt::bin/spt cli::tests::adapter_update_summary_and_exit_aggregate_isolated_failures
2026-07-28T02:44:20.1095009Z         PASS [   0.012s] ( 142/2064) spt::bin/spt cli::tests::adapter_use_sets_and_clears_pointer
2026-07-28T02:44:20.1225257Z         PASS [   0.013s] ( 143/2064) spt::bin/spt cli::tests::adapter_version_parses
2026-07-28T02:44:20.1316118Z         PASS [   0.273s] ( 144/2064) spt::bin/spt cli::tests::adapter_has_live_endpoint_false_for_other_or_dead
2026-07-28T02:44:20.1346362Z         PASS [   0.520s] ( 145/2064) spt::bin/spt cli::tests::a_local_hit_never_asks_the_broker
2026-07-28T02:44:20.1348006Z         PASS [   0.012s] ( 146/2064) spt::bin/spt cli::tests::adapter_version_surfaces_declared_adapter_version
2026-07-28T02:44:20.1440226Z         PASS [   0.012s] ( 147/2064) spt::bin/spt cli::tests::all_hidden_this_node_suppresses_no_perches_marker
2026-07-28T02:44:20.1456089Z         PASS [   0.009s] ( 148/2064) spt::bin/spt cli::tests::any_single_evidence_source_is_enough_and_only_nothing_refuses
2026-07-28T02:44:20.1457335Z         PASS [   0.011s] ( 149/2064) spt::bin/spt cli::tests::already_applied_message_reads_up_to_date_no_restart
2026-07-28T02:44:20.1564677Z         PASS [   0.011s] ( 150/2064) spt::bin/spt cli::tests::applied_message_appends_restart_required_notice
2026-07-28T02:44:20.1584758Z         PASS [   0.015s] ( 151/2064) spt::bin/spt cli::tests::api_adapter_flag_is_group_level_not_post_subcommand
2026-07-28T02:44:20.1648208Z         PASS [   0.015s] ( 152/2064) spt::bin/spt cli::tests::api_listen_accepts_session_id_flag
2026-07-28T02:44:20.1677884Z         PASS [   0.011s] ( 153/2064) spt::bin/spt cli::tests::applied_message_renders_semver_or_counter_fallback_and_states_applied
2026-07-28T02:44:20.1828057Z         PASS [   0.014s] ( 154/2064) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-07-28T02:44:20.1885046Z         PASS [   0.029s] ( 155/2064) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-07-28T02:44:20.1927424Z         PASS [   0.010s] ( 156/2064) spt::bin/spt cli::tests::bare_tty_guard
2026-07-28T02:44:20.2029784Z         PASS [   0.977s] ( 157/2064) spt::bin/spt api::startup::tests::a_listener_over_a_dead_pty_is_not_offlined_by_the_liveness_reconcile
2026-07-28T02:44:20.2052910Z         PASS [   0.013s] ( 158/2064) spt::bin/spt cli::tests::broker_image_line_reports_without_warning_or_remedy
2026-07-28T02:44:20.2073316Z         PASS [   0.019s] ( 159/2064) spt::bin/spt cli::tests::bare_update_parses_composite_flags
2026-07-28T02:44:20.2155759Z         PASS [   0.010s] ( 160/2064) spt::bin/spt cli::tests::classify_fetch_reject_matrix
2026-07-28T02:44:20.2170441Z         PASS [   0.058s] ( 161/2064) spt::bin/spt cli::tests::apply_release_crc_swap_only_swaps_changed
2026-07-28T02:44:20.2175615Z         PASS [   0.010s] ( 162/2064) spt::bin/spt cli::tests::classify_flat_archive_never_misfires
2026-07-28T02:44:20.2261154Z         PASS [   0.011s] ( 163/2064) spt::bin/spt cli::tests::classify_multiplatform_captures_only_known_triples
2026-07-28T02:44:20.2273020Z         PASS [   0.010s] ( 164/2064) spt::bin/spt cli::tests::composite_plans_core_first_and_core_only_skips_adapters
2026-07-28T02:44:20.2283478Z         PASS [   0.011s] ( 165/2064) spt::bin/spt cli::tests::cli_send_stamps_cli_at_node_origin
2026-07-28T02:44:20.2377940Z         PASS [   0.010s] ( 166/2064) spt::bin/spt cli::tests::coordinator_image_line_is_the_only_stale_warning
2026-07-28T02:44:20.2388528Z         PASS [   0.012s] ( 167/2064) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-07-28T02:44:20.2499577Z         PASS [   0.010s] ( 168/2064) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-07-28T02:44:20.2500573Z         PASS [   0.047s] ( 169/2064) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-07-28T02:44:20.2502062Z         PASS [   0.011s] ( 170/2064) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-07-28T02:44:20.2503245Z         PASS [   0.012s] ( 171/2064) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-07-28T02:44:20.2632883Z         PASS [   0.011s] ( 172/2064) spt::bin/spt cli::tests::cross_node_after_filters_a_sealed_turn_exactly_like_the_local_path
2026-07-28T02:44:20.2720044Z         PASS [   0.032s] ( 173/2064) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-07-28T02:44:20.2747989Z         PASS [   0.943s] ( 174/2064) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-07-28T02:44:20.2760029Z         PASS [   0.014s] ( 175/2064) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-07-28T02:44:20.2824045Z         PASS [   0.032s] ( 176/2064) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-07-28T02:44:20.2859327Z         PASS [   0.011s] ( 177/2064) spt::bin/spt cli::tests::daemonless_apply_message_points_at_finish_or_start
2026-07-28T02:44:20.2879988Z         PASS [   0.015s] ( 178/2064) spt::bin/spt cli::tests::daemon_refresh_verb_parses
2026-07-28T02:44:20.2960327Z         PASS [   0.012s] ( 179/2064) spt::bin/spt cli::tests::deferred_elevation_gate_matrix
2026-07-28T02:44:20.2966859Z         PASS [   0.024s] ( 180/2064) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-07-28T02:44:20.3030299Z         PASS [   0.017s] ( 181/2064) spt::bin/spt cli::tests::digest_cursor_flags_parse
2026-07-28T02:44:20.3031388Z         PASS [   0.016s] ( 182/2064) spt::bin/spt cli::tests::digest_flag_defaults
2026-07-28T02:44:20.3069162Z         PASS [   0.011s] ( 183/2064) spt::bin/spt cli::tests::digest_human_path_keeps_the_stderr_trailer
2026-07-28T02:44:20.3100271Z         PASS [   0.013s] ( 184/2064) spt::bin/spt cli::tests::digest_json_carries_version_and_leaves_stderr_clean
2026-07-28T02:44:20.3150507Z         PASS [   0.011s] ( 185/2064) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-07-28T02:44:20.3171862Z         PASS [   0.014s] ( 186/2064) spt::bin/spt cli::tests::digest_json_predates_path_still_carries_version
2026-07-28T02:44:20.3300373Z         PASS [   0.016s] ( 187/2064) spt::bin/spt cli::tests::endpoint_row_json_endpoint_type_is_additive
2026-07-28T02:44:20.3322901Z         PASS [   0.022s] ( 188/2064) spt::bin/spt cli::tests::endpoint_role_parses
2026-07-28T02:44:20.3423144Z         PASS [   0.010s] ( 189/2064) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-07-28T02:44:20.3424130Z         PASS [   0.092s] ( 190/2064) spt::bin/spt api::startup::tests::bind_gateway_earns_no_online_stamp
2026-07-28T02:44:20.3594818Z         PASS [   0.029s] ( 191/2064) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-07-28T02:44:20.3601053Z         PASS [   1.048s] ( 192/2064) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-07-28T02:44:20.3694118Z         PASS [   0.026s] ( 193/2064) spt::bin/spt cli::tests::every_read_status_command_emits_valid_json
2026-07-28T02:44:20.3967744Z         PASS [   0.037s] ( 194/2064) spt::bin/spt cli::tests::extract_legacy_flat_stays_flat
2026-07-28T02:44:20.4024847Z         PASS [   0.042s] ( 195/2064) spt::bin/spt cli::tests::extract_multiplatform_missing_my_triple_is_typed_rejection
2026-07-28T02:44:20.4064404Z         PASS [   0.037s] ( 196/2064) spt::bin/spt cli::tests::extract_multiplatform_places_shared_root_and_flattens_my_triple
2026-07-28T02:44:20.4090602Z         PASS [   0.012s] ( 197/2064) spt::bin/spt cli::tests::fetch_reject_action_apply_decision
2026-07-28T02:44:20.4125437Z         PASS [   0.010s] ( 198/2064) spt::bin/spt cli::tests::filter_after_excludes_at_or_below_cursor
2026-07-28T02:44:20.4176981Z         PASS [   0.011s] ( 199/2064) spt::bin/spt cli::tests::filter_after_predates_window_returns_full
2026-07-28T02:44:20.4244963Z         PASS [   0.015s] ( 200/2064) spt::bin/spt cli::tests::finish_message_states_fully_live_no_manual_restart
2026-07-28T02:44:20.4269831Z         PASS [   0.110s] ( 201/2064) spt::bin/spt cli::tests::endpoint_stop_marks_offline
2026-07-28T02:44:20.4300553Z         PASS [   0.010s] ( 202/2064) spt::bin/spt cli::tests::gh_download_command_no_tag_omits_tag
2026-07-28T02:44:20.4370102Z         PASS [   0.013s] ( 203/2064) spt::bin/spt cli::tests::gh_download_command_with_tag_shape
2026-07-28T02:44:20.4390646Z         PASS [   0.010s] ( 204/2064) spt::bin/spt cli::tests::gh_release_version_compare_decision
2026-07-28T02:44:20.4409709Z         PASS [   0.013s] ( 205/2064) spt::bin/spt cli::tests::gh_failure_classes_render_os_correct_hints
2026-07-28T02:44:20.4499105Z         PASS [   0.013s] ( 206/2064) spt::bin/spt cli::tests::gh_version_command_shape
2026-07-28T02:44:20.4576807Z         PASS [   0.019s] ( 207/2064) spt::bin/spt cli::tests::grant_subcommands_parse
2026-07-28T02:44:20.4653088Z         PASS [   0.025s] ( 208/2064) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-07-28T02:44:20.4734248Z         PASS [  15.586s] ( 209/2064) spt::bootstrap_verb_e2e downloaded_binary_self_installs_and_speaks_gh_channel
2026-07-28T02:44:20.4790180Z         PASS [   0.012s] ( 210/2064) spt::bin/spt cli::tests::install_place_is_idempotent_and_path_block_detected
2026-07-28T02:44:20.4797711Z         PASS [   0.021s] ( 211/2064) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-07-28T02:44:20.4800150Z         PASS [   0.029s] ( 212/2064) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-07-28T02:44:20.4880473Z         PASS [   0.013s] ( 213/2064) spt::bin/spt cli::tests::install_platform_check_gates_stamp_and_host_arch
2026-07-28T02:44:20.4897915Z         PASS [   0.012s] ( 214/2064) spt::bin/spt cli::tests::instance_rows_palette_and_align
2026-07-28T02:44:20.4913576Z         PASS [   0.013s] ( 215/2064) spt::bin/spt cli::tests::instance_rows_project_column
2026-07-28T02:44:20.4943517Z         PASS [   0.015s] ( 216/2064) spt::bin/spt cli::tests::invalid_usage_errors
2026-07-28T02:44:20.4976835Z         PASS [   0.011s] ( 217/2064) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-07-28T02:44:20.5012647Z         PASS [   0.012s] ( 218/2064) spt::bin/spt cli::tests::json_activity_key_is_local_only_and_skips_when_unknown
2026-07-28T02:44:20.5037460Z         PASS [   0.012s] ( 219/2064) spt::bin/spt cli::tests::json_activity_words_come_from_the_shared_vocabulary_source
2026-07-28T02:44:20.5086510Z         PASS [   0.011s] ( 220/2064) spt::bin/spt cli::tests::json_project_field_skip_if_none
2026-07-28T02:44:20.5114236Z         PASS [   0.016s] ( 221/2064) spt::bin/spt cli::tests::json_payload_rides_as_attr_alongside_body
2026-07-28T02:44:20.5162035Z         PASS [   0.012s] ( 222/2064) spt::bin/spt cli::tests::node_group_discards_self_and_skips_empty
2026-07-28T02:44:20.5203292Z         PASS [   0.011s] ( 223/2064) spt::bin/spt cli::tests::node_group_freshest_epoch_wins_and_unions_subnets
2026-07-28T02:44:20.5243641Z         PASS [   0.014s] ( 224/2064) spt::bin/spt cli::tests::node_group_same_id_two_nodes_two_groups
2026-07-28T02:44:20.5277415Z         PASS [   0.011s] ( 225/2064) spt::bin/spt cli::tests::node_grouped_render_structure_and_palette
2026-07-28T02:44:20.5319686Z         PASS [   0.030s] ( 226/2064) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-07-28T02:44:20.5356341Z         PASS [   0.015s] ( 227/2064) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-07-28T02:44:20.5372966Z         PASS [   0.230s] ( 228/2064) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-07-28T02:44:20.5375913Z         PASS [   0.013s] ( 229/2064) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-07-28T02:44:20.5430399Z         PASS [   0.013s] ( 230/2064) spt::bin/spt cli::tests::node_status_rows_denominator_counts_routable_only
2026-07-28T02:44:20.5470428Z         PASS [   0.012s] ( 231/2064) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-07-28T02:44:20.5501599Z         PASS [   0.013s] ( 232/2064) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-07-28T02:44:20.5502907Z         PASS [   0.014s] ( 233/2064) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-07-28T02:44:20.5518572Z         PASS [   0.011s] ( 234/2064) spt::bin/spt cli::tests::origin_asset_urls_latest_and_tag
2026-07-28T02:44:20.5629939Z         PASS [   0.011s] ( 235/2064) spt::bin/spt cli::tests::poll_until_ready_fastpath_timeout_and_later_success
2026-07-28T02:44:20.5633287Z         PASS [   0.025s] ( 236/2064) spt::bin/spt cli::tests::notify_surface_parses
2026-07-28T02:44:20.5634633Z         PASS [   0.014s] ( 237/2064) spt::bin/spt cli::tests::peer_health_line_names_the_stage_and_stays_silent_when_idle
2026-07-28T02:44:20.5681317Z         PASS [   0.019s] ( 238/2064) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-07-28T02:44:20.5754236Z         PASS [   0.012s] ( 239/2064) spt::bin/spt cli::tests::post_step_notice_arbitration
2026-07-28T02:44:20.5855938Z         PASS [   0.010s] ( 240/2064) spt::bin/spt cli::tests::project_index_line_states_health_not_presence
2026-07-28T02:44:20.5965205Z         PASS [   0.011s] ( 241/2064) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-07-28T02:44:20.7081497Z         PASS [   0.111s] ( 242/2064) spt::bin/spt cli::tests::purge_force_asks_before_it_tears_anything_down
2026-07-28T02:44:20.7286829Z         PASS [   0.020s] ( 243/2064) spt::bin/spt cli::tests::purge_offline_gate_and_self_guard
2026-07-28T02:44:20.7310977Z         PASS [   0.163s] ( 244/2064) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-07-28T02:44:20.7437737Z         PASS [   0.012s] ( 245/2064) spt::bin/spt cli::tests::registered_github_home_detects_active_collision
2026-07-28T02:44:20.7788496Z         PASS [   0.215s] ( 246/2064) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-07-28T02:44:20.7887665Z         PASS [   0.010s] ( 247/2064) spt::bin/spt cli::tests::remote_cell_project_ref_from_gossiped_recent_projects
2026-07-28T02:44:20.7981104Z         PASS [   0.054s] ( 248/2064) spt::bin/spt cli::tests::release_archive_extracts_to_a_registrable_root
2026-07-28T02:44:20.8033043Z         PASS [   0.014s] ( 249/2064) spt::bin/spt cli::tests::resolve_proof_target_override_reads_on_disk
2026-07-28T02:44:20.8081864Z         PASS [   0.010s] ( 250/2064) spt::bin/spt cli::tests::resolve_transport_auto_follows_probe
2026-07-28T02:44:20.8134934Z         PASS [   0.010s] ( 251/2064) spt::bin/spt cli::tests::resolve_transport_explicit_never_probes
2026-07-28T02:44:20.8183876Z         PASS [   0.010s] ( 252/2064) spt::bin/spt cli::tests::rest_filter_hides_suspended_shows_all_and_corrupt_always
2026-07-28T02:44:20.8245622Z         PASS [   0.011s] ( 253/2064) spt::bin/spt cli::tests::rest_filter_status_first_ordering
2026-07-28T02:44:20.8287365Z         PASS [   0.010s] ( 254/2064) spt::bin/spt cli::tests::rest_filter_total_disclosure_and_corrupt_annotation
2026-07-28T02:44:20.8353305Z         PASS [   0.011s] ( 255/2064) spt::bin/spt cli::tests::restart_plans_lethal_leg_last
2026-07-28T02:44:20.8411154Z         PASS [   0.012s] ( 256/2064) spt::bin/spt cli::tests::ring_timeout_defaults
2026-07-28T02:44:20.8473963Z         PASS [   0.505s] ( 257/2064) spt::bin/spt api::startup::tests::bind_listen_control_detach_keeps_the_earned_hosting_authority
2026-07-28T02:44:20.8510419Z         PASS [   0.010s] ( 258/2064) spt::bin/spt cli::tests::self_pin_annotates_psyche_host_failure
2026-07-28T02:44:20.8613263Z         PASS [   0.010s] ( 259/2064) spt::bin/spt cli::tests::self_pin_annotates_translation_fault
2026-07-28T02:44:20.8710698Z         PASS [   0.010s] ( 260/2064) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-07-28T02:44:20.8864408Z         PASS [   0.015s] ( 261/2064) spt::bin/spt cli::tests::send_reply_to_flag_is_removed_and_target_required
2026-07-28T02:44:20.8971909Z         PASS [   0.062s] ( 262/2064) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-07-28T02:44:20.8999419Z         PASS [   0.013s] ( 263/2064) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-07-28T02:44:20.9211074Z         PASS [   0.021s] ( 264/2064) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-07-28T02:44:20.9424286Z         PASS [   0.095s] ( 265/2064) spt::bin/spt api::startup::tests::bind_live_agent_over_prior_ready_agent_earns_online_on_controllable_with_preserved_type
2026-07-28T02:44:20.9517088Z         PASS [   0.539s] ( 266/2064) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-07-28T02:44:21.0360430Z         PASS [   0.115s] ( 267/2064) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-07-28T02:44:21.0560908Z         PASS [   0.114s] ( 268/2064) spt::bin/spt api::startup::tests::bind_records_cwd_so_picker_can_group_by_project
2026-07-28T02:44:21.0698768Z         PASS [   0.034s] ( 269/2064) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-07-28T02:44:21.0754776Z         PASS [   0.019s] ( 270/2064) spt::bin/spt api::startup::tests::bind_refuses_a_session_id_that_squats_a_psyche_custody_sid
2026-07-28T02:44:21.0796742Z         PASS [   0.517s] ( 271/2064) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-07-28T02:44:21.1057803Z         PASS [   0.026s] ( 272/2064) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-07-28T02:44:21.1306869Z         PASS [   0.025s] ( 273/2064) spt::bin/spt cli::tests::shell_subcommands_parse
2026-07-28T02:44:21.1579245Z         PASS [   0.027s] ( 274/2064) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-07-28T02:44:21.1695804Z         PASS [   0.441s] ( 275/2064) spt::bin/spt cli::tests::purge_removes_every_record
2026-07-28T02:44:21.1883142Z         PASS [   0.236s] ( 276/2064) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-07-28T02:44:21.1939577Z         PASS [   0.119s] ( 277/2064) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-07-28T02:44:21.2162933Z         PASS [   0.022s] ( 278/2064) spt::bin/spt api::startup::tests::bind_with_unrelated_sid_is_unaffected_by_the_squat_guard
2026-07-28T02:44:21.2204531Z         PASS [   0.032s] ( 279/2064) spt::bin/spt cli::tests::shutdown_on_a_harness_hosted_endpoint_claims_no_process
2026-07-28T02:44:21.2339775Z         PASS [   0.017s] ( 280/2064) spt::bin/spt api::startup::tests::empty_session_seed_refusal_spends_the_seed_no_restore
2026-07-28T02:44:21.2464309Z         PASS [   0.026s] ( 281/2064) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-07-28T02:44:21.2519230Z         PASS [   0.018s] ( 282/2064) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-07-28T02:44:21.2776344Z         PASS [   0.119s] ( 283/2064) spt::bin/spt cli::tests::shutdown_and_stop_share_the_postcondition_and_differ_only_in_ceremony
2026-07-28T02:44:21.2885223Z         PASS [   0.119s] ( 284/2064) spt::bin/spt cli::tests::shutdown_on_a_broker_hosted_endpoint_stamps_after_the_reap
2026-07-28T02:44:21.3107359Z         PASS [   0.033s] ( 285/2064) spt::bin/spt cli::tests::stage_then_swap_failed_fetch_preserves_install
2026-07-28T02:44:21.3388448Z         PASS [   0.442s] ( 286/2064) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-07-28T02:44:21.3420659Z         PASS [   0.054s] ( 287/2064) spt::bin/spt cli::tests::staged_floor_admits_when_core_meets_floor
2026-07-28T02:44:21.3497917Z         PASS [   0.011s] ( 288/2064) spt::bin/spt cli::tests::stall_evict_line_surfaces_only_a_real_tally
2026-07-28T02:44:21.3522063Z         PASS [   0.010s] ( 289/2064) spt::bin/spt cli::tests::stop_guard_refuses_live_sessions_without_force
2026-07-28T02:44:21.3647192Z         PASS [   0.054s] ( 290/2064) spt::bin/spt cli::tests::staged_floor_refuses_above_floor_and_leaves_dest_untouched
2026-07-28T02:44:21.3764088Z         PASS [   0.025s] ( 291/2064) spt::bin/spt cli::tests::subcommands_parse
2026-07-28T02:44:21.3799075Z         PASS [   0.126s] ( 292/2064) spt::bin/spt api::startup::tests::establish_stamps_controllable_by_hosting_mode
2026-07-28T02:44:21.3818824Z         PASS [   0.017s] ( 293/2064) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-07-28T02:44:21.3893677Z         PASS [   0.037s] ( 294/2064) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-07-28T02:44:21.3950581Z         PASS [   0.144s] ( 295/2064) spt::bin/spt cli::tests::spt_hosted_no_relay_detection
2026-07-28T02:44:21.3952054Z         PASS [   0.016s] ( 296/2064) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-07-28T02:44:21.3991258Z         PASS [   0.012s] ( 297/2064) spt::bin/spt api::startup::tests::fresh_bind_over_dead_life_needs_both_terminal_and_a_new_session
2026-07-28T02:44:21.3992905Z         PASS [   0.015s] ( 298/2064) spt::bin/spt cli::tests::subprocess_detail_prefers_stderr_then_stdout
2026-07-28T02:44:21.4023660Z         PASS [   0.011s] ( 299/2064) spt::bin/spt cli::tests::this_node_group_merges_roster_with_unbound_truth
2026-07-28T02:44:21.4037297Z         PASS [   0.013s] ( 300/2064) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-07-28T02:44:21.4083410Z         PASS [   0.012s] ( 301/2064) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-07-28T02:44:21.4137042Z         PASS [   0.011s] ( 302/2064) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-07-28T02:44:21.4195352Z         PASS [   0.015s] ( 303/2064) spt::bin/spt cli::tests::update_adapters_verb_parses_with_optional_names
2026-07-28T02:44:21.4231104Z         PASS [   0.015s] ( 304/2064) spt::bin/spt cli::tests::update_fetch_apply_flag_parses
2026-07-28T02:44:21.4284356Z         PASS [   0.015s] ( 305/2064) spt::bin/spt cli::tests::whoami_parses_as_the_identity_verb
2026-07-28T02:44:21.4311065Z         PASS [   0.012s] ( 306/2064) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-07-28T02:44:21.4328357Z         PASS [   0.010s] ( 307/2064) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-07-28T02:44:21.4409999Z         PASS [   0.010s] ( 308/2064) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-07-28T02:44:21.4413947Z         PASS [   0.013s] ( 309/2064) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-07-28T02:44:21.4433948Z         PASS [   0.011s] ( 310/2064) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-07-28T02:44:21.4521418Z         PASS [   0.011s] ( 311/2064) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-07-28T02:44:21.4524938Z         PASS [   0.011s] ( 312/2064) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-07-28T02:44:21.4569991Z         PASS [   0.012s] ( 313/2064) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-07-28T02:44:21.4634799Z         PASS [   0.010s] ( 314/2064) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-07-28T02:44:21.4635952Z         PASS [   0.010s] ( 315/2064) spt::bin/spt helpfmt::tests::atx_header_at_line_start_strips_and_bolds
2026-07-28T02:44:21.4667042Z         PASS [   0.010s] ( 316/2064) spt::bin/spt helpfmt::tests::bold_styles_with_color_and_strips_without
2026-07-28T02:44:21.4735869Z         PASS [   0.011s] ( 317/2064) spt::bin/spt helpfmt::tests::code_styles_with_color_and_strips_without
2026-07-28T02:44:21.4757071Z         PASS [   0.011s] ( 318/2064) spt::bin/spt helpfmt::tests::color_enabled_truth_table
2026-07-28T02:44:21.4758257Z         PASS [   0.086s] ( 319/2064) spt::bin/spt cli::tests::the_evidence_census_reads_each_local_source
2026-07-28T02:44:21.4766940Z         PASS [   0.011s] ( 320/2064) spt::bin/spt helpfmt::tests::dual_contract_token_survives_strip_mode
2026-07-28T02:44:21.4846548Z         PASS [   0.011s] ( 321/2064) spt::bin/spt helpfmt::tests::dual_contract_token_unstyled_while_prose_styles_on_color
2026-07-28T02:44:21.4866426Z         PASS [   0.010s] ( 322/2064) spt::bin/spt helpfmt::tests::marker_never_spans_a_hard_break
2026-07-28T02:44:21.4868242Z         PASS [   0.012s] ( 323/2064) spt::bin/spt helpfmt::tests::link_becomes_its_text
2026-07-28T02:44:21.4871577Z         PASS [   0.013s] ( 324/2064) spt::bin/spt helpfmt::tests::empty_and_unmatched_markers_stay_literal
2026-07-28T02:44:21.4965290Z         PASS [   0.011s] ( 325/2064) spt::bin/spt helpfmt::tests::marker_spans_a_clap_soft_wrap
2026-07-28T02:44:21.4980033Z         PASS [   0.011s] ( 326/2064) spt::bin/spt helpfmt::tests::multibyte_text_survives
2026-07-28T02:44:21.4985159Z         PASS [   0.010s] ( 327/2064) spt::bin/spt helpfmt::tests::plain_text_is_unchanged
2026-07-28T02:44:21.4986402Z         PASS [   0.011s] ( 328/2064) spt::bin/spt helpfmt::tests::nested_code_inside_bold_styles_both
2026-07-28T02:44:21.5083187Z         PASS [   0.010s] ( 329/2064) spt::bin/spt helpfmt::tests::resolve_console_color_strips_when_vt_unavailable
2026-07-28T02:44:21.5087802Z         PASS [   0.117s] ( 330/2064) spt::bin/spt api::startup::tests::fresh_create_over_a_stopped_life_reads_active_with_no_wake
2026-07-28T02:44:21.5095395Z         PASS [   0.014s] ( 331/2064) spt::bin/spt helpfmt::tests::preexisting_ansi_is_passed_through_untouched
2026-07-28T02:44:21.5100607Z         PASS [   0.012s] ( 332/2064) spt::bin/spt picker::data::tests::driven_by_display_renders_name_not_hex
2026-07-28T02:44:21.5119174Z         PASS [   0.014s] ( 333/2064) spt::bin/spt picker::data::tests::disambiguate_project_ids_cases
2026-07-28T02:44:21.5233336Z         PASS [   0.011s] ( 334/2064) spt::bin/spt picker::data::tests::indexed_projection_full_w2shaped_and_absent_legs
2026-07-28T02:44:21.5342719Z         PASS [   0.011s] ( 335/2064) spt::bin/spt picker::data::tests::non_drivable_predicate_covers_worker_and_psyche
2026-07-28T02:44:21.5515505Z         PASS [   0.018s] ( 336/2064) spt::bin/spt picker::data::tests::own_node_tab_label_falls_back_to_keyprefix
2026-07-28T02:44:21.5552562Z         PASS [   0.045s] ( 337/2064) spt::bin/spt picker::data::tests::home_subnet_options_is_mru_ordered
2026-07-28T02:44:21.5660156Z         PASS [   0.010s] ( 338/2064) spt::bin/spt picker::data::tests::project_refs_from_sessions_excludes_owlery_and_dedups_newest_first
2026-07-28T02:44:21.5766004Z         PASS [   0.011s] ( 339/2064) spt::bin/spt picker::data::tests::project_refs_from_unions_fresh_origin_and_store_branches
2026-07-28T02:44:21.5870221Z         PASS [   0.010s] ( 340/2064) spt::bin/spt picker::data::tests::reconcile_overrides_subnet_with_local_roster
2026-07-28T02:44:21.5891301Z         PASS [   0.079s] ( 341/2064) spt::bin/spt picker::data::tests::gather_renders_live_unbound
2026-07-28T02:44:21.5937922Z         PASS [   0.085s] ( 342/2064) spt::bin/spt picker::data::tests::gather_endpoints_projects_from_seeded_index_with_zero_git
2026-07-28T02:44:21.6040740Z         PASS [   0.010s] ( 343/2064) spt::bin/spt picker::data::tests::resume_rows_derive_per_row_project_and_drop_owlery_sessions
2026-07-28T02:44:21.6047835Z         PASS [   0.017s] ( 344/2064) spt::bin/spt picker::data::tests::remote_picker_renders_suspended_dead_perch_offline
2026-07-28T02:44:21.6089940Z         PASS [   0.020s] ( 345/2064) spt::bin/spt picker::data::tests::remote_rows_render_full_palette_parity
2026-07-28T02:44:21.6147883Z         PASS [   0.010s] ( 346/2064) spt::bin/spt picker::data::tests::row_status_drives_unbound_display
2026-07-28T02:44:21.6160648Z         PASS [   0.012s] ( 347/2064) spt::bin/spt picker::data::tests::resume_rows_title_from_index_cwd_map_with_pure_fallback
2026-07-28T02:44:21.6257367Z         PASS [   0.011s] ( 348/2064) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-07-28T02:44:21.6266186Z         PASS [   0.010s] ( 349/2064) spt::bin/spt picker::model::tests::back_unwinds
2026-07-28T02:44:21.6286129Z         PASS [   0.020s] ( 350/2064) spt::bin/spt picker::data::tests::shared_machine_is_one_group_with_unioned_subnets
2026-07-28T02:44:21.6287527Z         PASS [   0.120s] ( 351/2064) spt::bin/spt api::startup::tests::fresh_create_with_no_prior_carries_no_rest_state
2026-07-28T02:44:21.6380483Z         PASS [   0.010s] ( 352/2064) spt::bin/spt picker::model::tests::build_project_choices_head_here_rest
2026-07-28T02:44:21.6388074Z         PASS [   0.010s] ( 353/2064) spt::bin/spt picker::model::tests::category_labels_render_display_forms
2026-07-28T02:44:21.6450606Z         PASS [   0.010s] ( 354/2064) spt::bin/spt picker::model::tests::category_ring_wraps
2026-07-28T02:44:21.6480151Z         PASS [   0.011s] ( 355/2064) spt::bin/spt api::startup::tests::listen_never_asserts_hosting_topology_and_bind_still_does
2026-07-28T02:44:21.6510586Z         PASS [   0.010s] ( 356/2064) spt::bin/spt picker::model::tests::choose_project_outcome_bakes_cwd_and_diverts
2026-07-28T02:44:21.6542201Z         PASS [   0.096s] ( 357/2064) spt::bin/spt picker::data::tests::picker_excludes_flat_worker_and_psyche
2026-07-28T02:44:21.6549856Z         PASS [   0.011s] ( 358/2064) spt::bin/spt picker::model::tests::change_adapter_picks_and_returns_to_confirm
2026-07-28T02:44:21.6560230Z         PASS [   0.012s] ( 359/2064) spt::bin/spt picker::model::tests::confirm_local_offline_unchanged_by_wake_split
2026-07-28T02:44:21.6569556Z         PASS [   0.015s] ( 360/2064) spt::bin/spt api::startup::tests::listen_online_gate_refuses_capability_only_online
2026-07-28T02:44:21.6615186Z         PASS [   0.014s] ( 361/2064) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-07-28T02:44:21.6637533Z         PASS [   0.014s] ( 362/2064) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-07-28T02:44:21.6670359Z         PASS [   0.012s] ( 363/2064) spt::bin/spt picker::model::tests::confirm_terminal_wake_carries_raw_node
2026-07-28T02:44:21.6686118Z         PASS [   0.016s] ( 364/2064) spt::bin/spt picker::model::tests::confirm_options_remote_suspended_is_wake_not_start
2026-07-28T02:44:21.6716658Z         PASS [   0.011s] ( 365/2064) spt::bin/spt api::startup::tests::listen_orphan_exit_line_names_self_and_parent
2026-07-28T02:44:21.6730822Z         PASS [   0.011s] ( 366/2064) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-07-28T02:44:21.6731700Z         PASS [   0.010s] ( 367/2064) spt::bin/spt picker::model::tests::cursor_clamps
2026-07-28T02:44:21.6735335Z         PASS [   0.012s] ( 368/2064) spt::bin/spt picker::model::tests::create_new_multisubnet_inserts_home_layer
2026-07-28T02:44:21.6780522Z         PASS [   0.013s] ( 369/2064) spt::bin/spt picker::model::tests::display_mapping_matrix
2026-07-28T02:44:21.6844665Z         PASS [   0.011s] ( 370/2064) spt::bin/spt picker::model::tests::empty_scope_opens_create
2026-07-28T02:44:21.6855334Z         PASS [   0.012s] ( 371/2064) spt::bin/spt picker::model::tests::display_status_unbound_is_hollow_and_attachable
2026-07-28T02:44:21.6863686Z         PASS [   0.013s] ( 372/2064) spt::bin/spt picker::model::tests::display_status_four_state_type_gated
2026-07-28T02:44:21.6890193Z         PASS [   0.011s] ( 373/2064) spt::bin/spt picker::model::tests::ep_display_glyph_and_square_palette
2026-07-28T02:44:21.6965314Z         PASS [   0.029s] ( 374/2064) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-07-28T02:44:21.6977942Z         PASS [   0.013s] ( 375/2064) spt::bin/spt picker::model::tests::esc_backs_out_of_home_layer
2026-07-28T02:44:21.7023703Z         PASS [   0.012s] ( 376/2064) spt::bin/spt picker::model::tests::from_resource_row_maps_gossiped_adapter_projects_controlled
2026-07-28T02:44:21.7030868Z         PASS [   0.013s] ( 377/2064) spt::bin/spt picker::model::tests::filter_narrows
2026-07-28T02:44:21.7054135Z         PASS [   0.011s] ( 378/2064) spt::bin/spt picker::model::tests::home_selection_bakes_into_run_subnet
2026-07-28T02:44:21.7104459Z         PASS [   0.012s] ( 379/2064) spt::bin/spt picker::model::tests::kind_routes
2026-07-28T02:44:21.7106570Z         PASS [   0.012s] ( 380/2064) spt::bin/spt picker::model::tests::launch_keys_live_only_on_launch_capable_highlights
2026-07-28T02:44:21.7107889Z         PASS [   0.011s] ( 381/2064) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-07-28T02:44:21.7113602Z         PASS [   0.015s] ( 382/2064) spt::bin/spt api::startup::tests::missing_seed_refused
2026-07-28T02:44:21.7187751Z         PASS [   0.018s] ( 383/2064) spt::bin/spt picker::model::tests::project_filter_keys_on_slug_while_tab_renders_display
2026-07-28T02:44:21.7213779Z         PASS [   0.011s] ( 384/2064) spt::bin/spt picker::model::tests::purge_confirm_yields_outcome_and_backs_out
2026-07-28T02:44:21.7227149Z         PASS [   0.012s] ( 385/2064) spt::bin/spt picker::model::tests::purge_shortcut_gates_to_offline_local
2026-07-28T02:44:21.7290618Z         PASS [   0.015s] ( 386/2064) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-07-28T02:44:21.7330418Z         PASS [   5.245s] ( 387/2064) spt::translate_proof translate_proof_drives_the_real_translation_binary
2026-07-28T02:44:21.7334449Z         PASS [   0.014s] ( 388/2064) spt::bin/spt picker::model::tests::remove_endpoint_drops_row_and_clamps_cursor
2026-07-28T02:44:21.7340587Z         PASS [   0.012s] ( 389/2064) spt::bin/spt picker::model::tests::resume_outcome_adapter_follows_recorded_row
2026-07-28T02:44:21.7370254Z         PASS [   0.012s] ( 390/2064) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-07-28T02:44:21.7376204Z         PASS [   0.012s] ( 391/2064) spt::bin/spt picker::model::tests::resume_title_render
2026-07-28T02:44:21.7420383Z         PASS [   0.030s] ( 392/2064) spt::bin/spt api::startup::tests::no_seed_is_the_fallback_trigger_then_sid_binds
2026-07-28T02:44:21.7444974Z         PASS [   0.011s] ( 393/2064) spt::bin/spt picker::model::tests::single_subnet_skips_home_layer
2026-07-28T02:44:21.7480215Z         PASS [   0.013s] ( 394/2064) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-07-28T02:44:21.7490770Z         PASS [   0.014s] ( 395/2064) spt::bin/spt picker::model::tests::suspended_is_distinct_from_offline
2026-07-28T02:44:21.7530963Z         PASS [   0.019s] ( 396/2064) spt::bin/spt picker::model::tests::should_offer_project_choice_fire_conditions
2026-07-28T02:44:21.7601044Z         PASS [   0.015s] ( 397/2064) spt::bin/spt api::startup::tests::parent_watchdog_triggers_exit_on_a_dead_parent_only
2026-07-28T02:44:21.7629118Z         PASS [   0.012s] ( 398/2064) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-07-28T02:44:21.7636969Z         PASS [   0.020s] ( 399/2064) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-07-28T02:44:21.7638075Z         PASS [   0.012s] ( 400/2064) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-07-28T02:44:21.7639068Z         PASS [   0.015s] ( 401/2064) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-07-28T02:44:21.7708841Z         PASS [   0.019s] ( 402/2064) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-07-28T02:44:21.7750187Z         PASS [   0.016s] ( 403/2064) spt::bin/spt picker::tests::purge_outcomes_convert_to_flash_lines
2026-07-28T02:44:21.7780515Z         PASS [   0.020s] ( 404/2064) spt::bin/spt picker::tests::backspace_stays_char_delete_in_text_contexts
2026-07-28T02:44:21.7820119Z         PASS [   0.022s] ( 405/2064) spt::bin/spt picker::tests::backspace_backs_out_screens_like_esc
2026-07-28T02:44:21.7899522Z         PASS [   0.019s] ( 406/2064) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-07-28T02:44:21.7912794Z         PASS [   0.028s] ( 407/2064) spt::bin/spt picker::tests::purge_transition_reconstructs_the_complete_screen_after_external_mutation
2026-07-28T02:44:21.7980413Z         PASS [   0.022s] ( 408/2064) spt::bin/spt picker::view::tests::change_adapter_screen_renders_tree_and_apply_legend
2026-07-28T02:44:21.8016672Z         PASS [   0.022s] ( 409/2064) spt::bin/spt picker::view::tests::choose_project_buffer_keeps_confirm_panel
2026-07-28T02:44:21.8124334Z         PASS [   0.022s] ( 410/2064) spt::bin/spt picker::view::tests::confirm_fork_and_shortcut_labels_are_dir_relative
2026-07-28T02:44:21.8164692Z         PASS [   0.019s] ( 411/2064) spt::bin/spt picker::view::tests::create_home_lists_subnets
2026-07-28T02:44:21.8170202Z         PASS [   0.038s] ( 412/2064) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-07-28T02:44:21.8284516Z         PASS [   0.072s] ( 413/2064) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-07-28T02:44:21.8288360Z         PASS [   0.037s] ( 414/2064) spt::bin/spt picker::view::tests::confirm_panel_history_renders_display_not_slug
2026-07-28T02:44:21.8302775Z         PASS [   0.017s] ( 415/2064) spt::bin/spt picker::view::tests::kind_buffer
2026-07-28T02:44:21.8364610Z         PASS [   0.020s] ( 416/2064) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-07-28T02:44:21.8424114Z         PASS [   0.025s] ( 417/2064) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-07-28T02:44:21.8448042Z         PASS [   0.044s] ( 418/2064) spt::bin/spt picker::view::tests::footer_hints_h_s_only_when_launch_keys_live
2026-07-28T02:44:21.8490194Z         PASS [   0.017s] ( 419/2064) spt::bin/spt picker::view::tests::resume_buffer_keeps_confirm_panel
2026-07-28T02:44:21.8553633Z         PASS [   0.018s] ( 420/2064) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-07-28T02:44:21.8590710Z         PASS [   0.014s] ( 421/2064) spt::bin/spt rc::tests::attach_gate_routes_on_session_truth_not_the_row
2026-07-28T02:44:21.8625545Z         PASS [   0.034s] ( 422/2064) spt::bin/spt api::startup::tests::prebind_refusal_restores_the_seed_for_retry
2026-07-28T02:44:21.8649602Z         PASS [   0.010s] ( 423/2064) spt::bin/spt rc::tests::canonical_wire_id_strips_qualifiers_to_the_bare_id
2026-07-28T02:44:21.8700967Z         PASS [   0.011s] ( 424/2064) spt::bin/spt rc::tests::classify_read_err_eof_is_graceful_not_fatal
2026-07-28T02:44:21.8732696Z         PASS [   0.011s] ( 425/2064) spt::bin/spt api::startup::tests::read_env_measured_capture_replaces_prior_stamp
2026-07-28T02:44:21.8741956Z         PASS [   0.027s] ( 426/2064) spt::bin/spt rc::tests::attach_offline_endpoint_short_circuits_clean
2026-07-28T02:44:21.8781354Z         PASS [   0.010s] ( 427/2064) spt::bin/spt rc::tests::detach_keybind_semantics
2026-07-28T02:44:21.8820067Z         PASS [   0.011s] ( 428/2064) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-07-28T02:44:21.8860252Z         PASS [   0.043s] ( 429/2064) spt::bin/spt rc::tests::attach_against_stopped_daemon_never_spawns_and_exits_loud
2026-07-28T02:44:21.8891968Z         PASS [   0.011s] ( 430/2064) spt::bin/spt rc::tests::driver_phrase_names_own_node_plainly_but_remote_verbatim
2026-07-28T02:44:21.8921137Z         PASS [   0.015s] ( 431/2064) spt::bin/spt rc::tests::display_guard_postlude_exactly_once_and_inactive_silent
2026-07-28T02:44:21.8997554Z         PASS [   0.014s] ( 432/2064) spt::bin/spt rc::tests::first_event_stall_decision
2026-07-28T02:44:21.9004505Z         PASS [   0.014s] ( 433/2064) spt::bin/spt rc::tests::give_up_copy_names_daemon_down_vs_generic
2026-07-28T02:44:21.9020568Z         PASS [   0.012s] ( 434/2064) spt::bin/spt rc::tests::harness_only_row_matches_online_seatless_live_agents_only
2026-07-28T02:44:21.9106356Z         PASS [   0.011s] ( 435/2064) spt::bin/spt rc::tests::identity_line_format
2026-07-28T02:44:21.9121186Z         PASS [   0.011s] ( 436/2064) spt::bin/spt rc::tests::mouse_mode_decset_scan_tracks_enable_and_sgr
2026-07-28T02:44:21.9125520Z         PASS [   0.012s] ( 437/2064) spt::bin/spt rc::tests::mouse_mode_decset_scan_survives_split_across_chunks
2026-07-28T02:44:21.9224335Z         PASS [   0.012s] ( 438/2064) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-07-28T02:44:21.9236198Z         PASS [   0.010s] ( 439/2064) spt::bin/spt rc::tests::public_attach_failure_maps_deadline_class_only
2026-07-28T02:44:21.9247317Z         PASS [   0.012s] ( 440/2064) spt::bin/spt rc::tests::pre_broker_busy_guidance_fires_for_any_driver_not_just_remote
2026-07-28T02:44:21.9337347Z         PASS [   0.105s] ( 441/2064) spt::bin/spt picker::view::tests::pick_status_line_four_state
2026-07-28T02:44:21.9341139Z         PASS [   0.011s] ( 442/2064) spt::bin/spt rc::tests::pump_status_emit_sequence_over_write_sink
2026-07-28T02:44:21.9357255Z         PASS [   0.011s] ( 443/2064) spt::bin/spt rc::tests::reassert_scanner_survives_split_across_chunks
2026-07-28T02:44:21.9367915Z         PASS [   0.012s] ( 444/2064) spt::bin/spt rc::tests::reassert_scanner_triggers_only_on_region_destroyers
2026-07-28T02:44:21.9449984Z         PASS [   0.010s] ( 445/2064) spt::bin/spt rc::tests::reconnect_banner_shows_the_countdown
2026-07-28T02:44:21.9476421Z         PASS [   0.011s] ( 446/2064) spt::bin/spt rc::tests::reconnect_banner_clears_and_centers
2026-07-28T02:44:21.9488301Z         PASS [   0.011s] ( 447/2064) spt::bin/spt rc::tests::reconnect_remaining_secs_counts_down_ceil
2026-07-28T02:44:21.9511246Z         PASS [   0.078s] ( 448/2064) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-07-28T02:44:21.9521939Z         PASS [   0.014s] ( 449/2064) spt::bin/spt rc::tests::reconnect_window_expiry_decision
2026-07-28T02:44:21.9551707Z         PASS [   0.010s] ( 450/2064) spt::bin/spt rc::tests::serve_eof_severed_vs_refused
2026-07-28T02:44:21.9620421Z         PASS [   0.011s] ( 451/2064) spt::bin/spt rc::tests::status_assert_reserves_row1_then_repaints
2026-07-28T02:44:21.9621944Z         PASS [   0.013s] ( 452/2064) spt::bin/spt rc::tests::status_repaint_exact_bytes_and_right_align
2026-07-28T02:44:21.9660475Z         PASS [   0.011s] ( 453/2064) spt::bin/spt rc::tests::status_row_marker_is_disabled_by_flag
2026-07-28T02:44:21.9669252Z         PASS [   0.015s] ( 454/2064) spt::bin/spt rc::tests::status_restore_exact_bytes
2026-07-28T02:44:21.9690912Z         PASS [   0.010s] ( 455/2064) spt::bin/spt rc::tests::status_update_size_repoints_geometry
2026-07-28T02:44:21.9737473Z         PASS [   0.011s] ( 456/2064) spt::bin/spt rc::tests::teardown_matrix_postlude_precedes_prose_across_every_final_class
2026-07-28T02:44:21.9842674Z         PASS [   0.018s] ( 457/2064) spt::bin/spt roster::tests::detect_self_by_ancestry_none_when_no_ancestor_owns_a_perch
2026-07-28T02:44:21.9883511Z         PASS [   0.019s] ( 458/2064) spt::bin/spt roster::tests::detect_self_id_endpoint_id_leg_is_label_only_and_perch_gated
2026-07-28T02:44:21.9971802Z         PASS [   0.030s] ( 459/2064) spt::bin/spt roster::tests::detect_self_by_ancestry_resolves_a_live_ancestor_perch
2026-07-28T02:44:21.9997431Z         PASS [   0.011s] ( 460/2064) spt::bin/spt roster::tests::enumerate_yields_offline_corrupt_row_for_unparseable_info
2026-07-28T02:44:22.0026781Z         PASS [   0.018s] ( 461/2064) spt::bin/spt roster::tests::detect_self_resolves_spt_hosted_perch_via_parent_pid
2026-07-28T02:44:22.0071192Z         PASS [   0.033s] ( 462/2064) spt::bin/spt roster::tests::detect_self_id_resolves_identity_with_zero_git_spawns
2026-07-28T02:44:22.0107121Z         PASS [   0.011s] ( 463/2064) spt::bin/spt roster::tests::match_self_by_ancestry_disambiguates_and_none
2026-07-28T02:44:22.0229020Z         PASS [   0.012s] ( 464/2064) spt::bin/spt teardown::tests::an_unconfirmed_row_over_a_dead_root_is_stale_not_a_survivor
2026-07-28T02:44:22.0263624Z         PASS [   0.029s] ( 465/2064) spt::bin/spt roster::tests::list_all_perch_dirs_enumerates_nested_psyche_for_self_resolution
2026-07-28T02:44:22.0271907Z         PASS [   0.145s] ( 466/2064) spt::bin/spt rc::tests::establish_attach_reuses_the_probes_carried_pump_conn
2026-07-28T02:44:22.0286203Z         PASS [   0.025s] ( 467/2064) spt::bin/spt roster::tests::parent_pid_candidates_stay_ancestry_gated
2026-07-28T02:44:22.0376464Z         PASS [   0.010s] ( 468/2064) spt::bin/spt tests::broken_pipe_panic_classifier
2026-07-28T02:44:22.0381734Z         PASS [   0.012s] ( 469/2064) spt::bin/spt teardown::tests::timeout_refuses_the_stamp_and_names_the_survivor
2026-07-28T02:44:22.0450190Z         PASS [   0.012s] ( 470/2064) spt::bin/spt teardown::tests::topology_gate_is_controllable_true_only
2026-07-28T02:44:22.0485919Z         PASS [   0.040s] ( 471/2064) spt::bin/spt teardown::tests::a_zombie_root_is_provably_gone_not_a_survivor
2026-07-28T02:44:22.0541724Z         PASS [   0.015s] ( 472/2064) spt-daemon access::tests::gate_decision_table
2026-07-28T02:44:22.0561002Z         PASS [   0.018s] ( 473/2064) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-07-28T02:44:22.0577436Z         PASS [   0.010s] ( 474/2064) spt-daemon activity::tests::a_state_change_owes_a_push_both_directions
2026-07-28T02:44:22.0579959Z         PASS [   0.019s] ( 475/2064) spt-daemon access::tests::same_node_always_passes_without_minting
2026-07-28T02:44:22.0628283Z         PASS [   0.040s] ( 476/2064) spt::bin/spt teardown::tests::liveness_proof_needs_a_real_snapshot_and_finds_this_process
2026-07-28T02:44:22.0650841Z         PASS [   0.012s] ( 477/2064) spt-daemon activity::tests::a_token_change_with_an_identical_state_owes_a_push
2026-07-28T02:44:22.0690497Z         PASS [   0.011s] ( 478/2064) spt-daemon activity::tests::an_identical_observation_pushes_nothing
2026-07-28T02:44:22.0725933Z         PASS [   0.011s] ( 479/2064) spt-daemon activity::tests::an_unseen_link_owes_a_push
2026-07-28T02:44:22.0734905Z         PASS [   0.012s] ( 480/2064) spt-daemon activity::tests::an_owner_with_no_linked_shell_is_not_observed
2026-07-28T02:44:22.0761794Z         PASS [   0.013s] ( 481/2064) spt-daemon activity::tests::an_unstamped_owner_observes_undated_and_stays_silent_across_sweeps
2026-07-28T02:44:22.0785384Z         PASS [   0.013s] ( 482/2064) spt-daemon activity::tests::observe_links_on_an_absent_owlery_is_empty
2026-07-28T02:44:22.0830497Z         PASS [   0.011s] ( 483/2064) spt-daemon activity::tests::remember_forgets_a_vanished_link_so_its_return_re_pushes
2026-07-28T02:44:22.0888050Z         PASS [   0.131s] ( 484/2064) spt::bin/spt api::startup::tests::revive_preserves_prior_rest_state_and_dormant_anchor
2026-07-28T02:44:22.0933881Z         PASS [   0.017s] ( 485/2064) spt-daemon activity::tests::observe_links_sees_only_online_shells_holding_a_token
2026-07-28T02:44:22.0935193Z         PASS [   0.015s] ( 486/2064) spt-daemon activity::tests::the_diff_is_per_link_not_per_owner
2026-07-28T02:44:22.0936368Z         PASS [   0.013s] ( 487/2064) spt-daemon activity::tests::the_flip_marker_is_idempotent_to_drop_and_taken_exactly_once
2026-07-28T02:44:22.0937478Z         PASS [   0.012s] ( 488/2064) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-07-28T02:44:22.0952254Z         PASS [   0.017s] ( 489/2064) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-07-28T02:44:22.1050043Z         PASS [   0.015s] ( 490/2064) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-07-28T02:44:22.1078361Z         PASS [   0.009s] ( 491/2064) spt-daemon adapter_update::tests::gh_release_is_managed_cli_side_not_in_pure_plan
2026-07-28T02:44:22.1107697Z         PASS [   0.027s] ( 492/2064) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-07-28T02:44:22.1166509Z         PASS [   0.027s] ( 493/2064) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-07-28T02:44:22.1183098Z         PASS [   0.023s] ( 494/2064) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-07-28T02:44:22.1230016Z         PASS [   0.017s] ( 495/2064) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-07-28T02:44:22.1275116Z         PASS [   0.017s] ( 496/2064) spt-daemon autostart::tests::empty_config_is_a_pure_noop
2026-07-28T02:44:22.1292077Z         PASS [   0.013s] ( 497/2064) spt-daemon autostart::tests::unresolved_adapter_loud_skips_before_any_launch
2026-07-28T02:44:22.1320136Z         PASS [   0.026s] ( 498/2064) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-07-28T02:44:22.1354452Z         PASS [   0.018s] ( 499/2064) spt-daemon brain::tests::a_flagged_sync_frame_baselines_forward_never_backward_on_both_paths
2026-07-28T02:44:22.1360186Z         PASS [   0.014s] ( 500/2064) spt-daemon brain::tests::an_old_broker_wire_without_the_sync_key_keeps_every_legacy_path
2026-07-28T02:44:22.1402372Z         PASS [   0.012s] ( 501/2064) spt-daemon brain::tests::cold_brain_still_rejects_a_forward_output_gap
2026-07-28T02:44:22.1450756Z         PASS [   0.010s] ( 502/2064) spt-daemon brain::tests::peer_reply_deadline_caps_below_carrier_deadline
2026-07-28T02:44:22.1470570Z         PASS [   0.016s] ( 503/2064) spt-daemon brain::tests::controller_resume_from_floor_refetches_after_a_gap
2026-07-28T02:44:22.1489778Z         PASS [   0.013s] ( 504/2064) spt-daemon brain::tests::reclassify_peer_reply_maps_timeout_off_poison
2026-07-28T02:44:22.1527527Z         PASS [   0.013s] ( 505/2064) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-07-28T02:44:22.1533633Z         PASS [   0.013s] ( 506/2064) spt-daemon brain::tests::viewer_snap_attach_accepts_a_forward_output_gap
2026-07-28T02:44:22.1537293Z         PASS [   0.018s] ( 507/2064) spt-daemon brain::tests::skip_to_live_accepts_a_forward_seq_jump_via_snap_above
2026-07-28T02:44:22.1581963Z         PASS [   0.010s] ( 508/2064) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-07-28T02:44:22.1614551Z         PASS [   0.014s] ( 509/2064) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-07-28T02:44:22.1651640Z         PASS [   0.011s] ( 510/2064) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-07-28T02:44:22.1659960Z         PASS [   0.013s] ( 511/2064) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-07-28T02:44:22.1673307Z         PASS [   0.085s] ( 512/2064) spt::bin/spt api::startup::tests::revive_without_cwd_preserves_prior_cwd
2026-07-28T02:44:22.1740362Z         PASS [   0.014s] ( 513/2064) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-07-28T02:44:22.1793837Z         PASS [   0.013s] ( 514/2064) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-07-28T02:44:22.1875536Z         PASS [   0.020s] ( 515/2064) spt::bin/spt api::startup::tests::seed_bind_records_seed_captured_cwd
2026-07-28T02:44:22.1896329Z         PASS [   0.010s] ( 516/2064) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-07-28T02:44:22.1987737Z         PASS [   0.011s] ( 517/2064) spt::bin/spt api::startup::tests::seed_fail_eof_gives_actionable_stale_broker_hint
2026-07-28T02:44:22.2000035Z         PASS [   0.010s] ( 518/2064) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-07-28T02:44:22.2100547Z         PASS [   0.011s] ( 519/2064) spt::bin/spt api::startup::tests::seed_restorable_spends_dead_seeds_restores_recoverable
2026-07-28T02:44:22.2103870Z         PASS [   0.010s] ( 520/2064) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-07-28T02:44:22.2273139Z         PASS [   0.017s] ( 521/2064) spt::bin/spt api::startup::tests::session_id_fallback_binds_live_perch_from_sid
2026-07-28T02:44:22.2430353Z         PASS [   0.016s] ( 522/2064) spt::bin/spt api::startup::tests::session_id_fallback_refuses_a_psyche_custody_sid
2026-07-28T02:44:22.2541925Z         PASS [   0.011s] ( 523/2064) spt::bin/spt api::startup::tests::session_id_fallback_refuses_empty_sid_and_dead_anchor
2026-07-28T02:44:22.2723273Z         PASS [   0.018s] ( 524/2064) spt::bin/spt api::startup::tests::stale_seed_refusal_spends_the_seed_no_restore
2026-07-28T02:44:22.2907688Z         PASS [   0.018s] ( 525/2064) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-07-28T02:44:22.3145685Z         PASS [   0.024s] ( 526/2064) spt::bin/spt api::startup::tests::successful_bind_consumes_the_seed_exactly_once
2026-07-28T02:44:22.3382575Z         PASS [   0.024s] ( 527/2064) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-07-28T02:44:22.3714319Z         PASS [   0.218s] ( 528/2064) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-07-28T02:44:22.3787168Z         PASS [   0.213s] ( 529/2064) spt-daemon brainproc::tests::ready_but_old_gen_never_drains_does_not_promote_rolls_back
2026-07-28T02:44:22.3827091Z         PASS [   0.011s] ( 530/2064) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-07-28T02:44:22.3914166Z         PASS [   0.013s] ( 531/2064) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-07-28T02:44:22.3941745Z         PASS [   0.011s] ( 532/2064) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-07-28T02:44:22.3982722Z         PASS [   0.225s] ( 533/2064) spt-daemon brainproc::tests::ready_candidate_promotes_once_old_gen_drains
2026-07-28T02:44:22.4056878Z         PASS [   0.011s] ( 534/2064) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-07-28T02:44:22.4330158Z         PASS [   0.222s] ( 535/2064) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-07-28T02:44:22.6435615Z         PASS [   0.245s] ( 536/2064) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-07-28T02:44:22.6462743Z         PASS [   0.213s] ( 537/2064) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-07-28T02:44:22.8137952Z         PASS [   0.422s] ( 538/2064) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-07-28T02:44:22.8265790Z         PASS [   0.013s] ( 539/2064) spt-daemon broker::tests::a_controller_resume_below_the_floor_is_served_the_repaint_shape
2026-07-28T02:44:22.8363776Z         PASS [   0.010s] ( 540/2064) spt-daemon broker::tests::a_failed_surface_resize_leaves_the_grid_geometry_unchanged
2026-07-28T02:44:22.8479661Z         PASS [   0.011s] ( 541/2064) spt-daemon broker::tests::a_full_controller_does_not_starve_a_viewer_or_block_the_drain
2026-07-28T02:44:22.8497293Z         PASS [   0.444s] ( 542/2064) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-07-28T02:44:22.8594031Z         PASS [   0.009s] ( 543/2064) spt-daemon broker::tests::a_grow_keeps_old_geometry_wrapping_and_places_new_output_at_the_new_width
2026-07-28T02:44:22.8596786Z         PASS [   0.012s] ( 544/2064) spt-daemon broker::tests::a_gap_resume_on_the_same_conn_is_served_not_suppressed
2026-07-28T02:44:22.8640841Z         PASS [   0.221s] ( 545/2064) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-07-28T02:44:22.8724470Z         PASS [   0.013s] ( 546/2064) spt-daemon broker::tests::a_resume_at_the_floor_keeps_the_raw_ring_replay
2026-07-28T02:44:22.8764791Z         PASS [   0.012s] ( 547/2064) spt-daemon broker::tests::a_resumed_controller_never_rereceives_a_suppressed_seq
2026-07-28T02:44:22.8820629Z         PASS [   0.010s] ( 548/2064) spt-daemon broker::tests::a_second_transition_is_refused_while_one_is_in_flight
2026-07-28T02:44:22.8860466Z         PASS [   0.009s] ( 549/2064) spt-daemon broker::tests::a_shrink_parses_held_output_at_the_geometry_it_was_emitted_under
2026-07-28T02:44:22.8941076Z         PASS [   0.035s] ( 550/2064) spt-daemon broker::tests::a_reap_clears_the_control_stamps_but_never_the_hosting_authority
2026-07-28T02:44:22.8953256Z         PASS [   0.009s] ( 551/2064) spt-daemon broker::tests::advance_delivered_is_monotonic
2026-07-28T02:44:22.9063855Z         PASS [   0.011s] ( 552/2064) spt-daemon broker::tests::append_overflow_flags_the_evicted_viewer_for_skip_to_live
2026-07-28T02:44:22.9067709Z         PASS [   0.012s] ( 553/2064) spt-daemon broker::tests::an_aborted_transition_syncs_at_the_old_geometry_with_no_size_frame
2026-07-28T02:44:22.9169084Z         PASS [   0.010s] ( 554/2064) spt-daemon broker::tests::apply_once_enqueues_ptywrite_exactly_once_and_dedups_replay
2026-07-28T02:44:22.9268549Z         PASS [   0.010s] ( 555/2064) spt-daemon broker::tests::chunk_text_splits_and_reassembles_exactly
2026-07-28T02:44:22.9381597Z         PASS [   0.011s] ( 556/2064) spt-daemon broker::tests::clamp_or_reset_resets_a_torn_ring_only
2026-07-28T02:44:22.9496317Z         PASS [   0.011s] ( 557/2064) spt-daemon broker::tests::cold_attach_repaint_plus_next_differential_matches_independent_emulator
2026-07-28T02:44:22.9588062Z         PASS [   0.009s] ( 558/2064) spt-daemon broker::tests::contains_subslice_finds_contiguous_only
2026-07-28T02:44:22.9680991Z         PASS [   0.009s] ( 559/2064) spt-daemon broker::tests::contiguous_advance_freezes_on_a_gap
2026-07-28T02:44:22.9791005Z         PASS [   0.011s] ( 560/2064) spt-daemon broker::tests::controller_write_stall_predicate_distinguishes_wedged_from_idle
2026-07-28T02:44:22.9886634Z         PASS [   0.009s] ( 561/2064) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-07-28T02:44:23.0936408Z         PASS [   0.447s] ( 562/2064) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-07-28T02:44:23.1031034Z         PASS [   0.009s] ( 563/2064) spt-daemon broker::tests::echo_verified_catches_a_swallowed_head
2026-07-28T02:44:23.1159512Z         PASS [   0.013s] ( 564/2064) spt-daemon broker::tests::equal_generation_same_conn_is_an_idempotent_replay
2026-07-28T02:44:23.1278385Z         PASS [   0.012s] ( 565/2064) spt-daemon broker::tests::exit_enqueues_behind_queued_output_per_sink
2026-07-28T02:44:23.1400099Z         PASS [   0.012s] ( 566/2064) spt-daemon broker::tests::gap_resume_resubscribe_preserves_the_generation_against_stale_replay
2026-07-28T02:44:23.1531434Z         PASS [   0.013s] ( 567/2064) spt-daemon broker::tests::generation_ladder_newer_supersedes_loudly_older_refused_both_intents
2026-07-28T02:44:23.1623199Z         PASS [   0.009s] ( 568/2064) spt-daemon broker::tests::input_enqueue_drops_and_stamps_on_full_then_heals_on_drain
2026-07-28T02:44:23.1715357Z         PASS [   0.009s] ( 569/2064) spt-daemon broker::tests::input_writer_preserves_strict_fifo_order_through_the_sole_writer
2026-07-28T02:44:23.1845037Z         PASS [   0.013s] ( 570/2064) spt-daemon broker::tests::local_controller_wedged_scopes_to_the_brains_own_conn
2026-07-28T02:44:23.1939623Z         PASS [   0.009s] ( 571/2064) spt-daemon broker::tests::lock_floor_recovers_a_poisoned_inject_floor
2026-07-28T02:44:23.2030048Z         PASS [   0.009s] ( 572/2064) spt-daemon broker::tests::miss_respool_is_once_then_dead_letters
2026-07-28T02:44:23.2118685Z         PASS [   0.009s] ( 573/2064) spt-daemon broker::tests::miss_strikes_exhausted_at_budget
2026-07-28T02:44:23.2208802Z         PASS [   0.314s] ( 574/2064) spt-daemon broker::tests::attach_initial_batch_is_a_clean_alt_screen_repaint_not_the_raw_ring
2026-07-28T02:44:23.2210076Z         PASS [   0.009s] ( 575/2064) spt-daemon broker::tests::only_the_supervised_generation_can_claim_the_coordinator_image
2026-07-28T02:44:23.2310583Z         PASS [   0.010s] ( 576/2064) spt-daemon broker::tests::pair_hold_lifecycle_decisions
2026-07-28T02:44:23.2317337Z         PASS [   0.011s] ( 577/2064) spt-daemon broker::tests::output_log_tap_reads_bytes_since_snapshot
2026-07-28T02:44:23.2400883Z         PASS [   0.009s] ( 578/2064) spt-daemon broker::tests::rc_input_fence_scopes_to_rc_minted_non_controller_input_only
2026-07-28T02:44:23.2410066Z         PASS [   0.009s] ( 579/2064) spt-daemon broker::tests::read_translation_command_none_when_absent
2026-07-28T02:44:23.2513522Z         PASS [   0.011s] ( 580/2064) spt-daemon broker::tests::read_translation_command_reads_declared
2026-07-28T02:44:23.2539099Z         PASS [   0.012s] ( 581/2064) spt-daemon broker::tests::reap_dead_controller_clears_a_finished_writer
2026-07-28T02:44:23.2624495Z         PASS [   0.011s] ( 582/2064) spt-daemon broker::tests::reap_dead_controller_leaves_a_live_writer_untouched
2026-07-28T02:44:23.2649761Z         PASS [   0.011s] ( 583/2064) spt-daemon broker::tests::reap_evicts_a_blocked_writer_not_only_an_exited_one
2026-07-28T02:44:23.2731989Z         PASS [   0.011s] ( 584/2064) spt-daemon broker::tests::recover_log_clamps_a_poisoned_torn_ring
2026-07-28T02:44:23.2744922Z         PASS [   0.009s] ( 585/2064) spt-daemon broker::tests::recover_reopens_a_poisoned_sessions_map
2026-07-28T02:44:23.2856793Z         PASS [   0.012s] ( 586/2064) spt-daemon broker::tests::revoked_incumbent_writer_emits_the_terminal_displaced
2026-07-28T02:44:23.2866366Z         PASS [   0.012s] ( 587/2064) spt-daemon broker::tests::same_identity_resubscribe_refuses_a_stale_generation
2026-07-28T02:44:23.2961569Z         PASS [   0.413s] ( 588/2064) spt-daemon broker::tests::a_viewer_below_the_floor_gets_the_repaint_and_skip_to_live_stays_empty
2026-07-28T02:44:23.2964050Z         PASS [   0.010s] ( 589/2064) spt-daemon broker::tests::select_endpoints_running_adapter_filters_dedups_sorts
2026-07-28T02:44:23.2965305Z         PASS [   0.009s] ( 590/2064) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-07-28T02:44:23.3051869Z         PASS [   0.010s] ( 591/2064) spt-daemon broker::tests::should_settle_rearms_on_observable_pty
2026-07-28T02:44:23.3085701Z         PASS [   0.012s] ( 592/2064) spt-daemon broker::tests::stale_generation_detach_never_clears_the_newer_controller
2026-07-28T02:44:23.3174431Z         PASS [   0.012s] ( 593/2064) spt-daemon broker::tests::stalled_incumbent_is_evicted_on_reattach_and_control_released
2026-07-28T02:44:23.3177994Z         PASS [   0.009s] ( 594/2064) spt-daemon broker::tests::stamp_divergence_gates_writes
2026-07-28T02:44:23.3369209Z         PASS [   0.041s] ( 595/2064) spt-daemon broker::tests::stale_snapshot_stamp_write_refused_after_reap_generation_bump
2026-07-28T02:44:23.3687518Z         PASS [   0.031s] ( 596/2064) spt-daemon broker::tests::supervised_worker_panic_faults_and_reaps_child
2026-07-28T02:44:23.3775057Z         PASS [   0.060s] ( 597/2064) spt-daemon broker::tests::stamp_driven_by_latches_own_node_hex_verbatim_like_remote
2026-07-28T02:44:23.3795496Z         PASS [   0.011s] ( 598/2064) spt-daemon broker::tests::the_suppressed_window_is_exempt_from_the_controller_eviction_deadline
2026-07-28T02:44:23.3950664Z         PASS [   0.015s] ( 599/2064) spt-daemon broker::tests::tracked_state_inside_the_window_surfaces_in_the_sync_frame
2026-07-28T02:44:23.3964832Z         PASS [   0.014s] ( 600/2064) spt-daemon broker::tests::untracked_toggles_defer_into_the_sync_frame_and_hyperlinks_drop
2026-07-28T02:44:23.4040258Z         PASS [   0.011s] ( 601/2064) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-07-28T02:44:23.4073824Z         PASS [   0.418s] ( 602/2064) spt-daemon broker::tests::delivery_is_suppressed_during_a_transition_and_one_sync_frame_substitutes
2026-07-28T02:44:23.4139757Z         PASS [   0.010s] ( 603/2064) spt-daemon broker::tests::wake_gate_decision_truth_table
2026-07-28T02:44:23.4188184Z         PASS [   0.010s] ( 604/2064) spt-daemon broker::tests::wrapper_alive_prefers_the_table_and_falls_back_where_there_is_none
2026-07-28T02:44:23.4244740Z         PASS [   0.010s] ( 605/2064) spt-daemon broker::tests::zombie_verdict_table
2026-07-28T02:44:23.4303581Z         PASS [   0.013s] ( 606/2064) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-07-28T02:44:23.4343138Z         PASS [   0.010s] ( 607/2064) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-07-28T02:44:23.4404197Z         PASS [   0.010s] ( 608/2064) spt-daemon codec::tests::oversized_prefix_rejected
2026-07-28T02:44:23.4442418Z         PASS [   0.010s] ( 609/2064) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-07-28T02:44:23.4526422Z         PASS [   0.012s] ( 610/2064) spt-daemon config::tests::crash_grace_is_config_driven
2026-07-28T02:44:23.4541927Z         PASS [   0.010s] ( 611/2064) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-07-28T02:44:23.4641691Z         PASS [   0.011s] ( 612/2064) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-07-28T02:44:23.4645688Z         PASS [   0.010s] ( 613/2064) spt-daemon config::tests::malformed_file_degrades_to_default
2026-07-28T02:44:23.4745288Z         PASS [   0.010s] ( 614/2064) spt-daemon config::tests::missing_file_is_default
2026-07-28T02:44:23.4747893Z         PASS [   0.010s] ( 615/2064) spt-daemon config::tests::pulse_period_is_config_driven
2026-07-28T02:44:23.4850998Z         PASS [   0.010s] ( 616/2064) spt-daemon config::tests::save_load_roundtrip
2026-07-28T02:44:23.4851947Z         PASS [   0.011s] ( 617/2064) spt-daemon config::tests::relay_choice_is_config_driven
2026-07-28T02:44:23.4961084Z         PASS [   0.011s] ( 618/2064) spt-daemon config::tests::startup_endpoints_roundtrip
2026-07-28T02:44:23.4976527Z         PASS [   0.012s] ( 619/2064) spt-daemon config::tests::upsert_startup_endpoint_appends_then_replaces_preserving_other_knobs
2026-07-28T02:44:23.5082039Z         PASS [   0.012s] ( 620/2064) spt-daemon conn::tests::conn_ids_are_unique_and_labels_stay_bounded
2026-07-28T02:44:23.5083964Z         PASS [   0.011s] ( 621/2064) spt-daemon conn::tests::organic_write_failure_still_poisons_and_is_not_the_timeout_class
2026-07-28T02:44:23.5188297Z         PASS [   0.010s] ( 622/2064) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-07-28T02:44:23.5190251Z         PASS [   0.011s] ( 623/2064) spt-daemon conn::tests::retirement_token_splits_deadline_from_organic_with_attribution_parity
2026-07-28T02:44:23.5454186Z         PASS [   0.026s] ( 624/2064) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-07-28T02:44:23.5568571Z         PASS [   0.011s] ( 625/2064) spt-daemon crc_swap::tests::apply_rollback_never_strands
2026-07-28T02:44:23.5697314Z         PASS [   0.013s] ( 626/2064) spt-daemon crc_swap::tests::apply_swaps_changed_creates_new_untouched_identical
2026-07-28T02:44:23.5760079Z         PASS [   0.057s] ( 627/2064) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-07-28T02:44:23.5820998Z         PASS [   0.012s] ( 628/2064) spt-daemon crc_swap::tests::crash_recovery_missing_target_keeps_last_good_old
2026-07-28T02:44:23.5874294Z         PASS [   0.012s] ( 629/2064) spt-daemon crc_swap::tests::displace_picks_fresh_old_name_and_gc_sweeps_stale
2026-07-28T02:44:23.6000203Z         PASS [   0.011s] ( 630/2064) spt-daemon crc_swap::tests::plan_recurses_nested_dirs
2026-07-28T02:44:23.6105720Z         PASS [   0.011s] ( 631/2064) spt-daemon crc_swap::tests::plan_selects_only_changed
2026-07-28T02:44:23.6225751Z         PASS [   0.012s] ( 632/2064) spt-daemon crc_swap::tests::swap_error_carries_op_and_paths
2026-07-28T02:44:23.6852025Z         PASS [   0.063s] ( 633/2064) spt-daemon daemon::tests::a_scrubbed_variable_never_reaches_the_child
2026-07-28T02:44:23.7311198Z         PASS [   0.413s] ( 634/2064) spt-daemon broker::tests::superseded_controller_writer_is_epoch_gated_silent_one_live_writer_per_conn
2026-07-28T02:44:23.7406563Z         PASS [   0.009s] ( 635/2064) spt-daemon daemon::tests::ensure_declines_only_against_a_standing_operator_stop
2026-07-28T02:44:23.7433632Z         PASS [   0.161s] ( 636/2064) spt-daemon crc_swap::tests::mapped_old_does_not_brick_apply_displaces_aside
2026-07-28T02:44:23.7526881Z         PASS [   0.067s] ( 637/2064) spt-daemon daemon::tests::a_tree_teardown_reaches_a_grandchild_the_service_spawned
2026-07-28T02:44:23.7551595Z         PASS [   0.014s] ( 638/2064) spt-daemon daemon::tests::implicit_ensure_declines_without_clearing_the_inhibit
2026-07-28T02:44:23.7599605Z         PASS [   0.016s] ( 639/2064) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-07-28T02:44:23.7630504Z         PASS [   0.010s] ( 640/2064) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-07-28T02:44:23.7649340Z         PASS [   0.010s] ( 641/2064) spt-daemon daemon::tests::null_std_handles_only_on_a_pipe_stderr
2026-07-28T02:44:23.7723455Z         PASS [   0.009s] ( 642/2064) spt-daemon daemon::tests::the_refusal_line_names_the_remedy
2026-07-28T02:44:23.7746072Z         PASS [   0.009s] ( 643/2064) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-07-28T02:44:23.7837604Z         PASS [   0.011s] ( 644/2064) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-07-28T02:44:23.7881549Z         PASS [   0.013s] ( 645/2064) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-07-28T02:44:23.7952996Z         PASS [   0.012s] ( 646/2064) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-07-28T02:44:23.7975835Z         PASS [   0.010s] ( 647/2064) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-07-28T02:44:23.8065219Z         PASS [   0.011s] ( 648/2064) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-07-28T02:44:23.8070255Z         PASS [   0.009s] ( 649/2064) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-07-28T02:44:23.8165527Z         PASS [   0.010s] ( 650/2064) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-07-28T02:44:23.8176357Z         PASS [   0.010s] ( 651/2064) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-07-28T02:44:23.8227485Z         PASS [   0.062s] ( 652/2064) spt-daemon daemon::tests::spawn_env_additions_reach_the_child_and_keep_the_inherited_environment
2026-07-28T02:44:23.8325478Z         PASS [   0.015s] ( 653/2064) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-07-28T02:44:23.8326802Z         PASS [   0.015s] ( 654/2064) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-07-28T02:44:23.8335019Z         PASS [   0.011s] ( 655/2064) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-07-28T02:44:23.8424884Z         PASS [   0.010s] ( 656/2064) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-07-28T02:44:23.8435518Z         PASS [   0.010s] ( 657/2064) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-07-28T02:44:23.8468133Z         PASS [   0.015s] ( 658/2064) spt-daemon deelevate::tests::election_resolves_real_users_never_root
2026-07-28T02:44:23.8524814Z         PASS [   0.010s] ( 659/2064) spt-daemon deelevate::tests::sudo_invoker_derivation_is_strict
2026-07-28T02:44:23.8533956Z         PASS [   0.010s] ( 660/2064) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-07-28T02:44:23.8630910Z         PASS [   0.010s] ( 661/2064) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-07-28T02:44:23.8700685Z         PASS [   0.017s] ( 662/2064) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-07-28T02:44:23.8790791Z         PASS [   0.010s] ( 663/2064) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-07-28T02:44:23.8824820Z         PASS [   0.019s] ( 664/2064) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-07-28T02:44:23.8887045Z         PASS [   0.010s] ( 665/2064) spt-daemon digest::tests::resolve_config_precedence
2026-07-28T02:44:23.8928518Z         PASS [   0.010s] ( 666/2064) spt-daemon digest::tests::supersede_collapses_cross_generation_replay_to_newest
2026-07-28T02:44:23.8989473Z         PASS [   0.010s] ( 667/2064) spt-daemon digest::tests::supersede_is_noop_on_disjoint_sessions
2026-07-28T02:44:23.9021955Z         PASS [   0.010s] ( 668/2064) spt-daemon digest::tests::supersede_keeps_within_generation_repeats
2026-07-28T02:44:23.9078879Z         PASS [   0.061s] ( 669/2064) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-07-28T02:44:23.9098246Z         PASS [   0.010s] ( 670/2064) spt-daemon digest::tests::supersede_trims_divider_around_emptied_middle_generation
2026-07-28T02:44:23.9121896Z         PASS [   0.010s] ( 671/2064) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-07-28T02:44:23.9177477Z         PASS [   0.010s] ( 672/2064) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-07-28T02:44:23.9187699Z         PASS [   0.010s] ( 673/2064) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-07-28T02:44:23.9229566Z         PASS [   0.011s] ( 674/2064) spt-daemon digesthub::tests::render_is_glanceable
2026-07-28T02:44:23.9273132Z         PASS [   0.009s] ( 675/2064) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-07-28T02:44:23.9283335Z         PASS [   0.009s] ( 676/2064) spt-daemon dispatch::tests::breaker_trips_with_doubling_capped_window_and_resets_on_progress
2026-07-28T02:44:23.9335204Z         PASS [   0.010s] ( 677/2064) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-07-28T02:44:23.9384349Z         PASS [   0.009s] ( 678/2064) spt-daemon dispatch::tests::cold_enumeration_claims_at_most_the_pool_bound_per_poll
2026-07-28T02:44:23.9401074Z         PASS [   1.600s] ( 679/2064) spt::bin/spt rc::tests::attach_viewport_reconnects_across_a_broker_bounce
2026-07-28T02:44:23.9402350Z         PASS [   0.012s] ( 680/2064) spt-daemon dispatch::tests::classify_failure_seat_blocked_is_exactly_the_three_discipline_strings
2026-07-28T02:44:23.9460525Z         PASS [   0.012s] ( 681/2064) spt-daemon dispatch::tests::digest_pull_and_rest_never_read_as_each_other
2026-07-28T02:44:23.9487049Z         PASS [   0.010s] ( 682/2064) spt-daemon dispatch::tests::dispatch_event_carries_the_complete_key_set
2026-07-28T02:44:23.9522841Z         PASS [   0.012s] ( 683/2064) spt::bin/spt rc::tests::broker_host_child
2026-07-28T02:44:23.9551286Z         PASS [   0.012s] ( 684/2064) spt-daemon dispatch::tests::feed_accumulator_commits_per_bound_never_per_chunk
2026-07-28T02:44:23.9590474Z         PASS [   0.010s] ( 685/2064) spt-daemon dispatch::tests::finished_is_terminal_for_attach_only
2026-07-28T02:44:23.9605924Z         PASS [   0.012s] ( 686/2064) spt-daemon dispatch::tests::line_endpoint_resolves_each_family_identity_key
2026-07-28T02:44:23.9650883Z         PASS [   0.012s] ( 687/2064) spt-daemon dispatch::tests::oneway_seatblocked_strikes_out_terminal_while_request_reply_paces_forever
2026-07-28T02:44:23.9677783Z         PASS [   0.010s] ( 688/2064) spt-daemon dispatch::tests::only_the_old_broker_unknown_verb_answer_falls_back_to_the_peek
2026-07-28T02:44:23.9725403Z         PASS [   0.012s] ( 689/2064) spt-daemon dispatch::tests::seat_blocked_requeues_budget_free_paced_by_the_breaker_window
2026-07-28T02:44:23.9758308Z         PASS [   0.010s] ( 690/2064) spt-daemon dispatch::tests::transient_failure_requeues_bounded_and_terminal_never_reenters
2026-07-28T02:44:23.9779996Z         PASS [   0.011s] ( 691/2064) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-07-28T02:44:23.9838219Z         PASS [   0.011s] ( 692/2064) spt-daemon docshost::tests::content_types_cover_the_bundle_classes
2026-07-28T02:44:23.9870083Z         PASS [   0.011s] ( 693/2064) spt-daemon docshost::tests::port_resolution_env_config_default
2026-07-28T02:44:23.9930306Z         PASS [   0.014s] ( 694/2064) spt-daemon docshost::tests::sanitizer_admits_pages_and_rejects_escapes
2026-07-28T02:44:23.9931499Z         PASS [  19.106s] ( 695/2064) spt::activity_link_push_e2e activity_frames_reach_a_linked_shell_through_the_real_daemon
2026-07-28T02:44:23.9970158Z         PASS [   0.010s] ( 696/2064) spt-daemon drivehub::tests::a_foreign_owlery_is_refused_pre_ack_under_its_own_name
2026-07-28T02:44:24.0008627Z         PASS [   0.014s] ( 697/2064) spt-daemon drivehub::tests::a_following_op_is_served_when_nothing_refused
2026-07-28T02:44:24.0083030Z         PASS [   0.016s] ( 698/2064) spt-daemon drivehub::tests::activity_and_drive_never_clobber_each_other
2026-07-28T02:44:24.0100754Z         PASS [   0.011s] ( 699/2064) spt-daemon drivehub::tests::clear_evicts_both_classes
2026-07-28T02:44:24.0140158Z         PASS [   0.015s] ( 700/2064) spt-daemon drivehub::tests::an_unknown_op_hangs_up_instead_of_being_swallowed
2026-07-28T02:44:24.0169816Z         PASS [   0.020s] ( 701/2064) spt-daemon drivehub::tests::activity_take_is_latest_wins_and_exactly_once
2026-07-28T02:44:24.0199592Z         PASS [   0.012s] ( 702/2064) spt-daemon drivehub::tests::clear_evicts_the_slot
2026-07-28T02:44:24.0229728Z         PASS [   0.013s] ( 703/2064) spt-daemon drivehub::tests::dead_generation_activity_frame_is_never_served
2026-07-28T02:44:24.0289905Z         PASS [   0.015s] ( 704/2064) spt-daemon drivehub::tests::dead_generation_frame_is_never_served
2026-07-28T02:44:24.0319644Z         PASS [   0.011s] ( 705/2064) spt-daemon drivehub::tests::only_a_pre_ack_refusal_permits_a_second_spawn
2026-07-28T02:44:24.0349509Z         PASS [   0.011s] ( 706/2064) spt-daemon drivehub::tests::slots_are_per_owner
2026-07-28T02:44:24.0379655Z         PASS [   0.021s] ( 707/2064) spt-daemon drivehub::tests::drive_result_activity_key_is_additive_on_the_wire
2026-07-28T02:44:24.0409583Z         PASS [   0.015s] ( 708/2064) spt-daemon drivehub::tests::take_is_exactly_once
2026-07-28T02:44:24.0480052Z         PASS [   0.013s] ( 709/2064) spt-daemon drivehub::tests::the_launch_reply_shapes_round_trip
2026-07-28T02:44:24.0481039Z         PASS [   0.013s] ( 710/2064) spt-daemon drivehub::tests::write_is_latest_wins
2026-07-28T02:44:24.0596466Z         PASS [   0.015s] ( 711/2064) spt-daemon effect::tests::apply_once_does_not_hold_the_journal_lock_across_effect
2026-07-28T02:44:24.0651797Z         PASS [   0.024s] ( 712/2064) spt-daemon effect::tests::applied_set_survives_reopen
2026-07-28T02:44:24.0898372Z         PASS [   0.030s] ( 713/2064) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-07-28T02:44:24.0998286Z         PASS [   0.010s] ( 714/2064) spt-daemon effect::tests::marker_is_single_source_and_frozen
2026-07-28T02:44:24.1095493Z         PASS [   0.010s] ( 715/2064) spt-daemon effect::tests::minter_tag_round_trips
2026-07-28T02:44:24.1198461Z         PASS [   0.010s] ( 716/2064) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-07-28T02:44:24.1271469Z         PASS [   0.081s] ( 717/2064) spt-daemon effect::tests::each_named_minter_namespaces_its_ops
2026-07-28T02:44:24.1408226Z         PASS [   0.021s] ( 718/2064) spt-daemon effect::tests::poisoned_journal_lock_still_applies_subsequent_ops
2026-07-28T02:44:24.1477553Z         PASS [   0.020s] ( 719/2064) spt-daemon effect::tests::ptywrite_skips_the_durable_journal_write_while_netsend_persists
2026-07-28T02:44:24.1507793Z         PASS [   0.010s] ( 720/2064) spt-daemon effect::tests::recover_is_migration_free
2026-07-28T02:44:24.1575139Z         PASS [   0.010s] ( 721/2064) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-07-28T02:44:24.1671148Z         PASS [   0.010s] ( 722/2064) spt-daemon effect::tests::with_tracing_retry_no_retry_on_success
2026-07-28T02:44:24.1714626Z         PASS [   0.021s] ( 723/2064) spt-daemon effect::tests::shellchan_and_rc_same_session_dont_collide
2026-07-28T02:44:24.1761953Z         PASS [   0.009s] ( 724/2064) spt-daemon effect::tests::with_tracing_retry_passes_through_other_errors
2026-07-28T02:44:24.1805760Z         PASS [   0.009s] ( 725/2064) spt-daemon effect::tests::with_tracing_retry_retries_once_on_no_longer_held
2026-07-28T02:44:24.1852461Z         PASS [   0.009s] ( 726/2064) spt-daemon effect::tests::with_tracing_retry_terminal_is_public_language
2026-07-28T02:44:24.1884310Z         PASS [   0.123s] ( 727/2064) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-07-28T02:44:24.1900033Z         PASS [   0.009s] ( 728/2064) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-07-28T02:44:24.1955857Z         PASS [   0.010s] ( 729/2064) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-07-28T02:44:24.1979909Z         PASS [   0.009s] ( 730/2064) spt-daemon frame::tests::handshake_rejects_below_floor
2026-07-28T02:44:24.1991810Z         PASS [   0.009s] ( 731/2064) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-07-28T02:44:24.2056889Z         PASS [   0.010s] ( 732/2064) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-07-28T02:44:24.2080821Z         PASS [   0.010s] ( 733/2064) spt-daemon grants::tests::escalation_answers_apply
2026-07-28T02:44:24.2090570Z         PASS [   0.010s] ( 734/2064) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-07-28T02:44:24.2186836Z         PASS [   0.011s] ( 735/2064) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-07-28T02:44:24.2192403Z         PASS [   0.010s] ( 736/2064) spt-daemon grants::tests::preconsent_flags_author_grants
2026-07-28T02:44:24.2286804Z         PASS [   0.010s] ( 737/2064) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-07-28T02:44:24.2288354Z         PASS [   0.009s] ( 738/2064) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-07-28T02:44:24.2398835Z         PASS [   0.011s] ( 739/2064) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-07-28T02:44:24.2400642Z         PASS [   0.011s] ( 740/2064) spt-daemon harnesshost::tests::node_key_fills_advertised_label_in_session_template
2026-07-28T02:44:24.2507779Z         PASS [   0.011s] ( 741/2064) spt-daemon harnesshost::tests::node_missing_reference_fails_loud
2026-07-28T02:44:24.2509593Z         PASS [   0.011s] ( 742/2064) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-07-28T02:44:24.2642437Z         PASS [   0.013s] ( 743/2064) spt-daemon harnesshost::tests::prepare_fills_env_inject_values_with_substitution
2026-07-28T02:44:24.2643635Z         PASS [   0.013s] ( 744/2064) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-07-28T02:44:24.2751723Z         PASS [   0.011s] ( 745/2064) spt-daemon harnesshost::tests::prepare_selects_resume_template_on_resume_else_self
2026-07-28T02:44:24.2753105Z         PASS [   0.011s] ( 746/2064) spt-daemon harnesshost::tests::prepare_resume_falls_back_to_self_when_no_resume_role
2026-07-28T02:44:24.2857011Z         PASS [   0.010s] ( 747/2064) spt-daemon harnesshost::tests::provisional_session_id_recognizes_own_mint_only
2026-07-28T02:44:24.2895849Z         PASS [   0.012s] ( 748/2064) spt-daemon harnesshost::tests::prepare_threads_translation_binary_when_declared
2026-07-28T02:44:24.2985208Z         PASS [   0.013s] ( 749/2064) spt-daemon harnesshost::tests::translation_binary_resolves_against_install_dir
2026-07-28T02:44:24.3497708Z         PASS [   0.316s] ( 750/2064) spt-daemon drivehub::tests::the_pre_ack_causes_are_three_distinct_diagnostics
2026-07-28T02:44:24.3757818Z         PASS [   0.026s] ( 751/2064) spt-daemon lifecycle::tests::base_keys_carries_single_subnet_no_home
2026-07-28T02:44:24.3974222Z         PASS [   0.191s] ( 752/2064) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-07-28T02:44:24.4194797Z         PASS [   0.043s] ( 753/2064) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-07-28T02:44:24.4426369Z         PASS [   0.044s] ( 754/2064) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-07-28T02:44:24.4445037Z         PASS [  19.230s] ( 755/2064) spt::idle_edge_seal_e2e idle_seals_the_latest_turn_with_a_stable_seq_and_no_further_prompt
2026-07-28T02:44:24.4535448Z         PASS [   0.034s] ( 756/2064) spt-daemon lifecycle::tests::custody_survives_parent_boundary_and_reseed_clears
2026-07-28T02:44:24.4616871Z         PASS [   0.017s] ( 757/2064) spt-daemon lifecycle::tests::echo_fire_skips_loud_on_relative_dir_without_cwd
2026-07-28T02:44:24.4630060Z         PASS [   0.009s] ( 758/2064) spt-daemon lifecycle::tests::event_turn_timeout_floors_at_thirty_seconds
2026-07-28T02:44:24.4713087Z         PASS [   0.173s] ( 759/2064) spt-daemon inject::tests::shared_inject_leg_detects_spt_hosted
2026-07-28T02:44:24.4716623Z         PASS [   0.010s] ( 760/2064) spt-daemon lifecycle::tests::first_turn_psyche_context_is_never_empty
2026-07-28T02:44:24.4819196Z         PASS [   0.010s] ( 761/2064) spt-daemon lifecycle::tests::is_owlery_internal_cases
2026-07-28T02:44:24.4835066Z         PASS [   0.012s] ( 762/2064) spt-daemon lifecycle::tests::manifest_cell_refresh_swaps_manifest_and_runtime
2026-07-28T02:44:24.4863256Z         PASS [   0.045s] ( 763/2064) spt-daemon lifecycle::tests::echo_fire_resolves_relative_commune_dir_against_endpoint_cwd
2026-07-28T02:44:24.4896105Z         PASS [   0.026s] ( 764/2064) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-07-28T02:44:24.4950735Z         PASS [   0.013s] ( 765/2064) spt-daemon lifecycle::tests::node_key_fills_advertised_label_in_lifecycle_base_keys
2026-07-28T02:44:24.5003641Z         PASS [   0.010s] ( 766/2064) spt-daemon lifecycle::tests::psyche_context_file_continue_is_zero_bytes_fresh_is_nonempty
2026-07-28T02:44:24.5036494Z         PASS [   0.017s] ( 767/2064) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-07-28T02:44:24.5046712Z         PASS [   0.010s] ( 768/2064) spt-daemon lifecycle::tests::psyche_turn_keys_carry_custody_sids_and_context_file_path
2026-07-28T02:44:24.5085274Z         PASS [   0.008s] ( 769/2064) spt-daemon lifecycle::tests::psyche_turn_strikes_exhausted_boundary
2026-07-28T02:44:24.5206952Z         PASS [   0.233s] ( 770/2064) spt-daemon inject::tests::has_parked_idle_spool_gates_on_idle_hosted_and_pending
2026-07-28T02:44:24.5449554Z         PASS [   0.040s] ( 771/2064) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-07-28T02:44:24.5479284Z         PASS [   0.039s] ( 772/2064) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-07-28T02:44:24.5765746Z         PASS [   0.056s] ( 773/2064) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-07-28T02:44:24.5828650Z         PASS [   0.038s] ( 774/2064) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-07-28T02:44:24.5895198Z         PASS [   0.106s] ( 775/2064) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-07-28T02:44:24.5935558Z         PASS [   0.011s] ( 776/2064) spt-daemon lifecycle::tests::reload_fires_on_disk_change
2026-07-28T02:44:24.6008323Z         PASS [   0.011s] ( 777/2064) spt-daemon lifecycle::tests::reload_keeps_last_good_on_unparseable
2026-07-28T02:44:24.6043113Z         PASS [   0.011s] ( 778/2064) spt-daemon lifecycle::tests::reload_noop_when_unchanged
2026-07-28T02:44:24.6114273Z         PASS [   0.010s] ( 779/2064) spt-daemon lifecycle::tests::reload_noop_without_install_dir
2026-07-28T02:44:24.6133002Z         PASS [   0.009s] ( 780/2064) spt-daemon lifecycle::tests::resolve_endpoint_drop_dir_cases
2026-07-28T02:44:24.6157078Z         PASS [   0.112s] ( 781/2064) spt-daemon lifecycle::tests::psyche_turn_threads_parent_read_env_into_spawn
2026-07-28T02:44:24.6705034Z         PASS [   0.059s] ( 782/2064) spt-daemon lifecycle::tests::rest_edge_echo_success_clears_stale_psyche_stamp
2026-07-28T02:44:24.6804225Z         PASS [   0.010s] ( 783/2064) spt-daemon lifecycle::tests::session_not_found_discriminates_reseed_from_strike
2026-07-28T02:44:24.6958211Z         PASS [   0.148s] ( 784/2064) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-07-28T02:44:24.7259981Z         PASS [   0.030s] ( 785/2064) spt-daemon lifecycle::tests::turn_budget_stamps_on_exhaustion_and_clears_on_success
2026-07-28T02:44:24.7292650Z         PASS [   0.049s] ( 786/2064) spt-daemon lifecycle::tests::thrash_budget_trips_on_a_synthetic_failure_loop_without_touching_status
2026-07-28T02:44:24.8080075Z         PASS [   0.192s] ( 787/2064) spt-daemon lifecycle::tests::role_less_manifest_ticks_strike_free
2026-07-28T02:44:24.8188048Z         PASS [   0.011s] ( 788/2064) spt-daemon linkhost::tests::per_capability_act_gate_blocks_until_class_scoped_grant
2026-07-28T02:44:24.8913412Z         PASS [   0.162s] ( 789/2064) spt-daemon linkhost::tests::gateway_typed_owner_resolves_and_drives_keyed_on_id_not_type
2026-07-28T02:44:24.8917241Z         PASS [   0.166s] ( 790/2064) spt-daemon linkhost::tests::cmd_wakes_a_stale_online_persistent_instance
2026-07-28T02:44:24.8992719Z         PASS [   0.322s] ( 791/2064) spt-daemon lifecycle::tests::relative_commune_dir_resolves_against_endpoint_cwd_and_fills_project_branch
2026-07-28T02:44:24.9038244Z         PASS [   0.290s] ( 792/2064) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-07-28T02:44:24.9455300Z         PASS [   0.127s] ( 793/2064) spt-daemon linkhost::tests::prepare_drive_is_live_or_drop_and_never_spools
2026-07-28T02:44:24.9551360Z         PASS [   0.009s] ( 794/2064) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-07-28T02:44:24.9648481Z         PASS [   0.010s] ( 795/2064) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-07-28T02:44:24.9741332Z         PASS [   0.009s] ( 796/2064) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-07-28T02:44:24.9835799Z         PASS [   0.009s] ( 797/2064) spt-daemon msg::tests::endpoint_injected_envelope_carries_delivered_and_spool_hint
2026-07-28T02:44:24.9930681Z         PASS [   0.009s] ( 798/2064) spt-daemon msg::tests::endpoint_input_frames_round_trip
2026-07-28T02:44:25.0022745Z         PASS [   0.009s] ( 799/2064) spt-daemon msg::tests::evicted_envelope_round_trips
2026-07-28T02:44:25.0067644Z         PASS [   0.115s] ( 800/2064) spt-daemon linkhost::tests::run_action_drive_drops_offline_without_wake_or_spool
2026-07-28T02:44:25.0108894Z         PASS [   0.119s] ( 801/2064) spt-daemon linkhost::tests::relink_refuses_a_live_instance_but_recovers_a_stale_online_one
2026-07-28T02:44:25.0118716Z         PASS [   0.009s] ( 802/2064) spt-daemon msg::tests::input_req_absent_ack_defaults_true_n_minus_1_safe
2026-07-28T02:44:25.0166946Z         PASS [   0.010s] ( 803/2064) spt-daemon msg::tests::input_req_ack_false_round_trips_faithfully
2026-07-28T02:44:25.0182079Z         PASS [   0.119s] ( 804/2064) spt-daemon linkhost::tests::run_action_refuses_gated_op_without_spooling
2026-07-28T02:44:25.0207515Z         PASS [   0.010s] ( 805/2064) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-07-28T02:44:25.0213766Z         PASS [   0.009s] ( 806/2064) spt-daemon msg::tests::output_envelope_round_trips
2026-07-28T02:44:25.0283539Z         PASS [   0.011s] ( 807/2064) spt-daemon msg::tests::output_sync_flag_defaults_absent_and_skips_when_false
2026-07-28T02:44:25.0285006Z         PASS [   0.010s] ( 808/2064) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-07-28T02:44:25.0300935Z         PASS [   0.009s] ( 809/2064) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-07-28T02:44:25.0308105Z         PASS [   0.010s] ( 810/2064) spt-daemon msg::tests::stream_lifetime_is_additive_and_defaults_durable
2026-07-28T02:44:25.0390796Z         PASS [   0.011s] ( 811/2064) spt-daemon msg::tests::wire_decodes_old_shape_to_legacy
2026-07-28T02:44:25.0394362Z         PASS [   0.011s] ( 812/2064) spt-daemon msg::tests::two_phase_join_wire_round_trips
2026-07-28T02:44:25.0424600Z         PASS [   0.011s] ( 813/2064) spt-daemon nethost::tests::attach_replay_never_interleaves_with_concurrent_live_appends
2026-07-28T02:44:25.0473930Z         PASS [   0.144s] ( 814/2064) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-07-28T02:44:25.0475281Z         PASS [   0.017s] ( 815/2064) spt-daemon nethost::tests::append_halts_at_first_failed_write_removes_the_seat_and_cancels_the_lease
2026-07-28T02:44:25.0510957Z         PASS [   0.012s] ( 816/2064) spt-daemon nethost::tests::begin_attach_refuses_only_while_a_poisoned_prior_still_drains
2026-07-28T02:44:25.0647983Z         PASS [   0.017s] ( 817/2064) spt-daemon nethost::tests::displaced_writer_failure_never_cancels_the_successor_lease
2026-07-28T02:44:25.0670103Z         PASS [   0.016s] ( 818/2064) spt-daemon nethost::tests::finish_halts_and_removes_a_poisoned_seat
2026-07-28T02:44:25.0841881Z         PASS [   0.033s] ( 819/2064) spt-daemon nethost::tests::dispatch_stream_infos_excludes_local_and_retired_rows_server_side
2026-07-28T02:44:25.0880750Z         PASS [   5.074s] ( 820/2064) spt::bin/spt cli::tests::adapter_translate_proof_gates_on_commit
2026-07-28T02:44:25.1003458Z         PASS [   0.013s] ( 821/2064) spt-daemon nethost::tests::next_seq_counts_appends_not_logical_chunks
2026-07-28T02:44:25.1032066Z         PASS [   0.038s] ( 822/2064) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-07-28T02:44:25.1078378Z         PASS [   0.040s] ( 823/2064) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-07-28T02:44:25.1214091Z         PASS [   0.014s] ( 824/2064) spt-daemon nethost::tests::opener_capture_gives_up_bounded_on_a_newline_less_stream
2026-07-28T02:44:25.1350882Z         PASS [   0.013s] ( 825/2064) spt-daemon nethost::tests::opener_pins_first_line_across_full_ring_roll
2026-07-28T02:44:25.1433859Z         PASS [   0.043s] ( 826/2064) spt-daemon nethost::tests::op_maps_are_minter_namespaced
2026-07-28T02:44:25.1565870Z         PASS [   0.022s] ( 827/2064) spt-daemon nethost::tests::overflow_detaches_without_lease_cancel_and_the_brain_resumes_from_cursor
2026-07-28T02:44:25.1567079Z         PASS [   0.054s] ( 828/2064) spt-daemon nethost::tests::open_class_routes_to_the_opener_row_only
2026-07-28T02:44:25.1603754Z         PASS [   0.017s] ( 829/2064) spt-daemon nethost::tests::presence_log_mirrors_the_seat_discipline
2026-07-28T02:44:25.1650987Z         PASS [   0.008s] ( 830/2064) spt-daemon nethost::tests::retentive_log_is_lossless_ordered_while_ordinary_log_overwrites
2026-07-28T02:44:25.1935008Z         PASS [   0.037s] ( 831/2064) spt-daemon nethost::tests::retire_hides_the_row_while_active_rows_stay
2026-07-28T02:44:25.2011870Z         PASS [   0.041s] ( 832/2064) spt-daemon nethost::tests::retire_sweep_dismisses_the_seat_and_terminal_retire_drops_the_row
2026-07-28T02:44:25.2051527Z         PASS [   0.040s] ( 833/2064) spt-daemon nethost::tests::retired_row_still_flushes_a_late_reply
2026-07-28T02:44:25.2300916Z         PASS [   0.036s] ( 834/2064) spt-daemon nethost::tests::send_stream_refuses_on_a_canceled_lease
2026-07-28T02:44:25.2305552Z         PASS [   0.191s] ( 835/2064) spt-daemon nethost::tests::bounded_block_on_cuts_a_never_completing_op_with_an_ordinary_error
2026-07-28T02:44:25.2469208Z         PASS [   0.041s] ( 836/2064) spt-daemon nethost::tests::unsubscribe_releases_only_the_callers_seat_joins_writer_and_is_idempotent
2026-07-28T02:44:25.2653779Z         PASS [   0.223s] ( 837/2064) spt-daemon nethost::tests::conn_close_sweeps_its_stream_rows
2026-07-28T02:44:25.2747035Z         PASS [   0.073s] ( 838/2064) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-07-28T02:44:25.4099134Z         PASS [   2.016s] ( 839/2064) spt-daemon broker::tests::viewer_writer_emits_evicted_marker_only_on_an_evicted_close
2026-07-28T02:44:25.4619423Z         PASS [   0.231s] ( 840/2064) spt-daemon notif::tests::expired_row_is_auto_dismissed_at_boundary_not_surfaced
2026-07-28T02:44:25.4649890Z         PASS [   0.218s] ( 841/2064) spt-daemon notif::tests::first_fire_declines_an_already_expired_row
2026-07-28T02:44:25.4950310Z         PASS [   0.265s] ( 842/2064) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-07-28T02:44:25.5542255Z         PASS [   0.279s] ( 843/2064) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-07-28T02:44:25.5721436Z         PASS [   0.307s] ( 844/2064) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-07-28T02:44:25.6038653Z         PASS [   0.032s] ( 845/2064) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-07-28T02:44:25.6084326Z         PASS [   0.113s] ( 846/2064) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-07-28T02:44:25.6693770Z         PASS [   1.719s] ( 847/2064) spt::bin/spt rc::tests::qualified_targets_attach_with_bare_wire_id
2026-07-28T02:44:25.6794406Z         PASS [   0.010s] ( 848/2064) spt::bin/spt rc::tests::reconnect_class_only_severed_transport_redrives
2026-07-28T02:44:25.6902376Z         PASS [   0.011s] ( 849/2064) spt::bin/spt wansend::tests::bare_id_resolves_across_remote_snapshot
2026-07-28T02:44:25.6937751Z         PASS [   0.232s] ( 850/2064) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-07-28T02:44:25.6979988Z         PASS [   0.288s] ( 851/2064) spt-daemon notif::tests::first_fire_rides_the_quiet_window_not_the_live_stream
2026-07-28T02:44:25.7001386Z         PASS [   0.010s] ( 852/2064) spt::bin/spt wansend::tests::classify_wan_reply_only_delivers_on_positive_outcomes
2026-07-28T02:44:25.7109490Z         PASS [   0.011s] ( 853/2064) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-07-28T02:44:25.7216588Z         PASS [   0.011s] ( 854/2064) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-07-28T02:44:25.7597014Z         PASS [   0.066s] ( 855/2064) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-07-28T02:44:25.7685756Z         PASS [   0.009s] ( 856/2064) spt-daemon notifgate::tests::an_unvalidatable_notify_passes
2026-07-28T02:44:25.7711545Z         PASS [   0.306s] ( 857/2064) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-07-28T02:44:25.7780676Z         PASS [   0.009s] ( 858/2064) spt-daemon notifgate::tests::distinct_notifs_both_deliver
2026-07-28T02:44:25.7812112Z         PASS [   0.010s] ( 859/2064) spt-daemon notifgate::tests::retain_preserves_order_of_the_survivors
2026-07-28T02:44:25.7883710Z         PASS [   0.010s] ( 860/2064) spt-daemon notifgate::tests::the_validity_gate_decision_table
2026-07-28T02:44:25.8308186Z         PASS [   0.276s] ( 861/2064) spt-daemon notif::tests::node_scoped_first_fire_ignores_a_fresher_remote_winner
2026-07-28T02:44:25.9969804Z         PASS [   0.216s] ( 862/2064) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-07-28T02:44:26.0002481Z         PASS [   0.212s] ( 863/2064) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-07-28T02:44:26.0245966Z         PASS [   0.193s] ( 864/2064) spt-daemon notifsync::tests::node_scoped_rows_are_excluded_from_the_feed
2026-07-28T02:44:26.0333703Z         PASS [   0.009s] ( 865/2064) spt-daemon pairhost::tests::joiner_clock_render_shows_step_offset_and_state
2026-07-28T02:44:26.0438651Z         PASS [   0.010s] ( 866/2064) spt-daemon pairhost::tests::meet_failure_detail_concise_vs_verbose
2026-07-28T02:44:26.0441070Z         PASS [   0.436s] ( 867/2064) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-07-28T02:44:26.0523416Z         PASS [   0.008s] ( 868/2064) spt-daemon pairhost::tests::meet_final_retry_failing_surrenders_once
2026-07-28T02:44:26.0531315Z         PASS [   0.009s] ( 869/2064) spt-daemon pairhost::tests::meet_retries_once_after_refresh_on_exhaustion
2026-07-28T02:44:26.0535551Z         PASS [   0.450s] ( 870/2064) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-07-28T02:44:26.0620643Z         PASS [   0.010s] ( 871/2064) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-07-28T02:44:26.0704139Z         PASS [   0.008s] ( 872/2064) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-07-28T02:44:26.0780338Z         PASS [   0.025s] ( 873/2064) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-07-28T02:44:26.0830350Z         PASS [   0.029s] ( 874/2064) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-07-28T02:44:26.1003627Z         PASS [   0.017s] ( 875/2064) spt-daemon projwriter::tests::cold_construct_spawns_no_git_and_first_cycle_publishes
2026-07-28T02:44:26.1104871Z         PASS [   0.040s] ( 876/2064) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-07-28T02:44:26.1106385Z         PASS [   0.413s] ( 877/2064) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-07-28T02:44:26.1197918Z         PASS [   0.019s] ( 878/2064) spt-daemon projwriter::tests::corrupt_index_is_repaired_and_counted
2026-07-28T02:44:26.1573530Z         PASS [   1.076s] ( 879/2064) spt-daemon nethost::tests::loopback_tunnel_backpressures_without_loss
2026-07-28T02:44:26.1701224Z         PASS [   0.059s] ( 880/2064) spt-daemon projwriter::tests::cwd_invalidation_evicts_shared_cache_entry
2026-07-28T02:44:26.1816466Z         PASS [   0.185s] ( 881/2064) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-07-28T02:44:26.1846172Z         PASS [   0.184s] ( 882/2064) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-07-28T02:44:26.2412869Z         PASS [   0.520s] ( 883/2064) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-07-28T02:44:26.2750423Z         PASS [   0.117s] ( 884/2064) spt-daemon projwriter::tests::ordinary_commit_is_noop_config_change_rederives
2026-07-28T02:44:26.2834322Z         PASS [   0.009s] ( 885/2064) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-07-28T02:44:26.3047404Z         PASS [   0.063s] ( 886/2064) spt::bin/spt wansend::tests::resolve_and_dial_owner_dials_the_resolved_node
2026-07-28T02:44:26.3197293Z         PASS [   0.200s] ( 887/2064) spt-daemon projwriter::tests::failed_cycle_preserves_last_known_good
2026-07-28T02:44:26.3316971Z         PASS [   0.221s] ( 888/2064) spt-daemon projwriter::tests::endpoint_events_patch_rows_and_drop_purged
2026-07-28T02:44:26.3409364Z         PASS [   0.036s] ( 889/2064) spt::bin/spt wansend::tests::resolve_and_dial_owner_is_honest_on_resolution_misses
2026-07-28T02:44:26.3515393Z         PASS [   0.011s] ( 890/2064) spt::bin/spt wansend::tests::seed_first_addr_prefers_the_cached_direct_address
2026-07-28T02:44:26.3913998Z         PASS [   0.209s] ( 891/2064) spt-daemon projwriter::tests::warm_start_unchanged_generation_scans_nothing
2026-07-28T02:44:26.3931858Z         PASS [  21.236s] ( 892/2064) spt::idle_edge_drain_e2e spool_while_active_then_idle_fires_injection
2026-07-28T02:44:26.4732653Z         PASS [  16.605s] ( 893/2064) spt::resident_service_e2e a_declared_service_rises_with_the_daemon_and_reaches_the_cli
2026-07-28T02:44:26.4897982Z         PASS [   0.206s] ( 894/2064) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-07-28T02:44:26.5258771Z         PASS [   0.341s] ( 895/2064) spt-daemon projwriter::tests::writer_thread_debounces_burst_into_one_cycle
2026-07-28T02:44:26.5398669Z         PASS [   0.462s] ( 896/2064) spt-daemon projwriter::tests::batched_complexity_counters_hold
2026-07-28T02:44:26.5471162Z         PASS [   0.007s] ( 897/2064) spt-daemon pump::health::tests::degraded_on_all_peer_failure_healthy_only_on_real_progress
2026-07-28T02:44:26.5478741Z         PASS [   0.216s] ( 898/2064) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-07-28T02:44:26.5567918Z         PASS [   0.010s] ( 899/2064) spt-daemon pump::health::tests::health_file_roundtrip_and_degrade
2026-07-28T02:44:26.5569210Z         PASS [   0.009s] ( 900/2064) spt-daemon pump::health::tests::registry_admit_stamp_survives_restart_rounds_and_never_regresses
2026-07-28T02:44:26.5652731Z         PASS [   0.008s] ( 901/2064) spt-daemon pump::health::tests::stage_parses_from_attributed_reasons
2026-07-28T02:44:26.5676496Z         PASS [   0.011s] ( 902/2064) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-07-28T02:44:26.5743495Z         PASS [   0.009s] ( 903/2064) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-07-28T02:44:26.5817275Z         PASS [   0.007s] ( 904/2064) spt-daemon pump::update::tests::advertised_version_finds_dotted_tokens_and_refuses_counter_shapes
2026-07-28T02:44:26.5892879Z         PASS [   0.007s] ( 905/2064) spt-daemon pump::update::tests::the_retire_predicate_keeps_ahead_and_unparseable_rows
2026-07-28T02:44:26.5905673Z         PASS [   0.023s] ( 906/2064) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-07-28T02:44:26.5984296Z         PASS [   0.009s] ( 907/2064) spt-daemon pump::update::tests::version_ge_compares_dotted_versions_and_rejects_garbage
2026-07-28T02:44:26.6056904Z         PASS [   0.007s] ( 908/2064) spt-daemon reap::tests::reap_without_enroll_is_noop
2026-07-28T02:44:26.6067765Z         PASS [   0.287s] ( 909/2064) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-07-28T02:44:26.6100865Z         PASS [   0.217s] ( 910/2064) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-07-28T02:44:26.6142506Z         PASS [   0.223s] ( 911/2064) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-07-28T02:44:26.6147204Z         PASS [   0.009s] ( 912/2064) spt-daemon reconcile::tests::active_node_wins
2026-07-28T02:44:26.6155991Z         PASS [   0.009s] ( 913/2064) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-07-28T02:44:26.6200895Z         PASS [   0.010s] ( 914/2064) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-07-28T02:44:26.6236472Z         PASS [   0.009s] ( 915/2064) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-07-28T02:44:26.6406510Z         PASS [   0.050s] ( 916/2064) spt-daemon reap::tests::group_reaps_enrolled_child_and_grandchild
2026-07-28T02:44:26.6407523Z         PASS [   0.026s] ( 917/2064) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-07-28T02:44:26.6451968Z         PASS [   0.294s] ( 918/2064) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-07-28T02:44:26.6482462Z         PASS [   0.025s] ( 919/2064) spt-daemon registryhost::tests::advertised_status_ignores_host_error
2026-07-28T02:44:26.6501278Z         PASS [   0.030s] ( 920/2064) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-07-28T02:44:26.6578789Z         PASS [   0.042s] ( 921/2064) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-07-28T02:44:26.6693786Z         PASS [   0.011s] ( 922/2064) spt-daemon registryhost::tests::apply_feed_batch_writes_snapshots_once_with_per_kind_semantics_parity
2026-07-28T02:44:26.6701843Z         PASS [   0.025s] ( 923/2064) spt-daemon applyhost::tests::apply_staged_daemonless_holds_the_fail_closed_gates
2026-07-28T02:44:26.6793486Z         PASS [   0.010s] ( 924/2064) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-07-28T02:44:26.6882074Z         PASS [   0.009s] ( 925/2064) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-07-28T02:44:26.6912996Z         PASS [   0.051s] ( 926/2064) spt-daemon registryhost::tests::advertised_status_splits_unbound_warm_from_cold_suspended
2026-07-28T02:44:26.6917234Z         PASS [   0.021s] ( 927/2064) spt-daemon applyhost::tests::apply_staged_daemonless_swaps_binary_with_no_broker
2026-07-28T02:44:26.6919438Z         PASS [   0.051s] ( 928/2064) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-07-28T02:44:26.6962470Z         PASS [   0.046s] ( 929/2064) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-07-28T02:44:26.6987603Z         PASS [   0.010s] ( 930/2064) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-07-28T02:44:26.7037643Z         PASS [   0.012s] ( 931/2064) spt-daemon registryhost::tests::evict_aged_offline_rows_reaps_ghosts_and_rewrites_snapshots
2026-07-28T02:44:26.7042772Z         PASS [   0.056s] ( 932/2064) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-07-28T02:44:26.7071733Z         PASS [   0.011s] ( 933/2064) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-07-28T02:44:26.7144871Z         PASS [   0.011s] ( 934/2064) spt-daemon registryhost::tests::gossip_controller_node_covers_any_controller
2026-07-28T02:44:26.7146999Z         PASS [   0.010s] ( 935/2064) spt-daemon registryhost::tests::recent_projects_cap_fires_on_output_length_not_scanned_rows
2026-07-28T02:44:26.7160842Z         PASS [   0.009s] ( 936/2064) spt-daemon registryhost::tests::recent_projects_derive_once_per_distinct_cwd
2026-07-28T02:44:26.7165330Z         PASS [   0.227s] ( 937/2064) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-07-28T02:44:26.7171079Z         PASS [   0.026s] ( 938/2064) spt-daemon registryhost::tests::erased_perch_is_advertised_offline_not_left_active
2026-07-28T02:44:26.7266543Z         PASS [   0.028s] ( 939/2064) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-07-28T02:44:26.7270422Z         PASS [   0.011s] ( 940/2064) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-07-28T02:44:26.7274499Z         PASS [   0.013s] ( 941/2064) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-07-28T02:44:26.7277624Z         PASS [   0.011s] ( 942/2064) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-07-28T02:44:26.7383257Z         PASS [   0.011s] ( 943/2064) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-07-28T02:44:26.7391379Z         PASS [   0.011s] ( 944/2064) spt-daemon relcache::tests::docs_bundle_stages_loads_and_clears_independently
2026-07-28T02:44:26.7474982Z         PASS [   0.009s] ( 945/2064) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-07-28T02:44:26.7484571Z         PASS [   0.009s] ( 946/2064) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-07-28T02:44:26.7563783Z         PASS [   0.008s] ( 947/2064) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-07-28T02:44:26.7566184Z         PASS [   0.009s] ( 948/2064) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-07-28T02:44:26.7657030Z         PASS [   0.009s] ( 949/2064) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-07-28T02:44:26.7745776Z         PASS [   0.018s] ( 950/2064) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-07-28T02:44:26.7819486Z         PASS [   0.612s] ( 951/2064) spt-daemon projwriter::tests::parity_full_ordered_list_vs_legacy_oracle
2026-07-28T02:44:26.7841414Z         PASS [   0.018s] ( 952/2064) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-07-28T02:44:26.7879623Z         PASS [   0.315s] ( 953/2064) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-07-28T02:44:26.7906138Z         PASS [   0.009s] ( 954/2064) spt-daemon release::tests::current_platform_is_registered_or_unknown
2026-07-28T02:44:26.7931167Z         PASS [   0.018s] ( 955/2064) spt-daemon release::tests::channel_mismatch_is_rejected
2026-07-28T02:44:26.7935405Z         PASS [   0.010s] ( 956/2064) spt-daemon release::tests::docs_entry_is_additive_and_verifies_exact_bytes
2026-07-28T02:44:26.7988193Z         PASS [   0.008s] ( 957/2064) spt-daemon release::tests::hex_roundtrips
2026-07-28T02:44:26.8001344Z         PASS [   0.007s] ( 958/2064) spt-daemon release::tests::known_triples_project_the_registry
2026-07-28T02:44:26.8026597Z         PASS [   0.009s] ( 959/2064) spt-daemon release::tests::musl_platform_registered
2026-07-28T02:44:26.8086932Z         PASS [   0.021s] ( 960/2064) spt-daemon release::tests::expired_metadata_is_rejected
2026-07-28T02:44:26.8105075Z         PASS [   0.010s] ( 961/2064) spt-daemon release::tests::production_policy_loads_fail_closed
2026-07-28T02:44:26.8116594Z         PASS [   0.097s] ( 962/2064) spt-daemon registryhost::tests::recent_projects_for_dedups_newest_first_excludes_owlery
2026-07-28T02:44:26.8120734Z         PASS [   0.009s] ( 963/2064) spt-daemon release::tests::revoked_key_is_rejected
2026-07-28T02:44:26.8174135Z         PASS [   0.009s] ( 964/2064) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-07-28T02:44:26.8335314Z         PASS [   0.020s] ( 965/2064) spt-daemon release::tests::tampered_metadata_fails_signature
2026-07-28T02:44:26.8336291Z         PASS [   0.020s] ( 966/2064) spt-daemon release::tests::untrusted_key_is_unknown
2026-07-28T02:44:26.8337148Z         PASS [   0.021s] ( 967/2064) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-07-28T02:44:26.8420470Z         PASS [   0.043s] ( 968/2064) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-07-28T02:44:26.8495499Z         PASS [   0.032s] ( 969/2064) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-07-28T02:44:26.8503420Z         PASS [   0.019s] ( 970/2064) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-07-28T02:44:26.8517223Z         PASS [   0.020s] ( 971/2064) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-07-28T02:44:26.8543271Z         PASS [   0.021s] ( 972/2064) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-07-28T02:44:26.8628192Z         PASS [   0.021s] ( 973/2064) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-07-28T02:44:26.8698359Z         PASS [   0.007s] ( 974/2064) spt-daemon resting::tests::apply_event_miss_message_is_single_sourced
2026-07-28T02:44:26.8779439Z         PASS [   0.026s] ( 975/2064) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-07-28T02:44:26.8882365Z         PASS [   0.018s] ( 976/2064) spt-daemon resting::tests::apply_event_no_spurious_echo_on_cold_void_suspend
2026-07-28T02:44:26.8896550Z         PASS [   0.040s] ( 977/2064) spt-daemon release::tests::verify_detached_signs_raw_artifact_bytes
2026-07-28T02:44:26.8950778Z         PASS [   0.041s] ( 978/2064) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-07-28T02:44:26.8965159Z         PASS [   0.008s] ( 979/2064) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-07-28T02:44:26.9042441Z         PASS [   0.008s] ( 980/2064) spt-daemon resting::tests::effective_rest_state_table
2026-07-28T02:44:26.9065088Z         PASS [   0.029s] ( 981/2064) spt-daemon resting::tests::apply_event_wakes_a_cold_void_perch
2026-07-28T02:44:26.9120821Z         PASS [   0.008s] ( 982/2064) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-07-28T02:44:26.9134063Z         PASS [   0.007s] ( 983/2064) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-07-28T02:44:26.9136676Z         PASS [   0.063s] ( 984/2064) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-07-28T02:44:26.9220733Z         PASS [   0.008s] ( 985/2064) spt-daemon resting::tests::route_rest_event_contract_table
2026-07-28T02:44:26.9377625Z         PASS [   0.043s] ( 986/2064) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-07-28T02:44:26.9453026Z         PASS [   0.007s] ( 987/2064) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-07-28T02:44:26.9506559Z         PASS [   0.029s] ( 988/2064) spt-daemon resting::tests::suspend_with_broker_liveness_hint_edges_instead_of_no_edge
2026-07-28T02:44:26.9543781Z         PASS [   0.009s] ( 989/2064) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-07-28T02:44:26.9586089Z         PASS [   0.267s] ( 990/2064) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-07-28T02:44:26.9607325Z         PASS [   0.047s] ( 991/2064) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-07-28T02:44:26.9612973Z         PASS [   0.435s] ( 992/2064) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-07-28T02:44:26.9666225Z         PASS [   0.016s] ( 993/2064) spt-daemon seedmap::tests::put_refreshes_existing
2026-07-28T02:44:26.9698665Z         PASS [   0.015s] ( 994/2064) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-07-28T02:44:26.9758300Z         PASS [   0.014s] ( 995/2064) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-07-28T02:44:26.9759068Z         PASS [   0.015s] ( 996/2064) spt-daemon seedmap::tests::request_stop_barrier_holds_until_no_listener
2026-07-28T02:44:26.9770153Z         PASS [   0.007s] ( 997/2064) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-07-28T02:44:26.9812153Z         PASS [   0.015s] ( 998/2064) spt-daemon seedmap::tests::take_absent_is_none
2026-07-28T02:44:26.9840127Z         PASS [   0.008s] ( 999/2064) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-07-28T02:44:26.9851189Z         PASS [   0.009s] (1000/2064) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-07-28T02:44:26.9861478Z         PASS [   0.009s] (1001/2064) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-07-28T02:44:26.9874981Z         PASS [   0.260s] (1002/2064) spt-daemon relay::tests::run_honors_stop
2026-07-28T02:44:26.9880832Z         PASS [   0.271s] (1003/2064) spt-daemon relay::tests::relay_backlog_never_drains_active_only
2026-07-28T02:44:26.9920551Z         PASS [   0.011s] (1004/2064) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-07-28T02:44:26.9946191Z         PASS [   0.010s] (1005/2064) spt-daemon seedproofx::roster_tests::reconcile_fills_absent_keeps_observed_and_skips_self
2026-07-28T02:44:26.9948733Z         PASS [   0.010s] (1006/2064) spt-daemon seedproofx::roster_tests::reconcile_refuses_mismatch_and_repairs_invalid_rows
2026-07-28T02:44:26.9966024Z         PASS [   0.009s] (1007/2064) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-07-28T02:44:26.9967946Z         PASS [   0.011s] (1008/2064) spt-daemon seedproofx::roster_tests::reconcile_replaces_a_suspect_row_with_the_validated_roster_address
2026-07-28T02:44:26.9994717Z         PASS [   0.011s] (1009/2064) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-07-28T02:44:27.0030766Z         PASS [   0.011s] (1010/2064) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-07-28T02:44:27.0051906Z         PASS [   0.010s] (1011/2064) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-07-28T02:44:27.0053733Z         PASS [   0.008s] (1012/2064) spt-daemon service::tests::service_ignored_under_spt_home_override
2026-07-28T02:44:27.0055690Z         PASS [   0.010s] (1013/2064) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-07-28T02:44:27.0067683Z         PASS [   0.010s] (1014/2064) spt-daemon service::tests::stale_bare_logon_action_classification
2026-07-28T02:44:27.0099904Z         PASS [   0.010s] (1015/2064) spt-daemon service::tests::systemd_unit_path_follows_xdg_then_home
2026-07-28T02:44:27.0142837Z         PASS [   0.009s] (1016/2064) spt-daemon servicehost::tests::a_healthy_run_resets_the_fast_exit_counter
2026-07-28T02:44:27.0180950Z         PASS [   0.013s] (1017/2064) spt-daemon servicehost::tests::a_bind_service_defers_at_boot_and_starts_at_its_bind
2026-07-28T02:44:27.0186797Z         PASS [   0.127s] (1018/2064) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-07-28T02:44:27.0209465Z         PASS [   0.011s] (1019/2064) spt-daemon servicehost::tests::a_newer_daemons_status_row_degrades_instead_of_failing_the_whole_reply
2026-07-28T02:44:27.0444023Z         PASS [   0.030s] (1020/2064) spt-daemon servicehost::tests::a_path_verified_orphan_is_reaped_and_confirmed_by_a_post_kill_read
2026-07-28T02:44:27.0445036Z         PASS [   0.132s] (1021/2064) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-07-28T02:44:27.0542355Z         PASS [   0.010s] (1022/2064) spt-daemon servicehost::tests::a_soft_deregistered_adapters_service_never_starts_in_the_first_place
2026-07-28T02:44:27.0549908Z         PASS [   0.328s] (1023/2064) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-07-28T02:44:27.0559419Z         PASS [   0.040s] (1024/2064) spt-daemon servicehost::tests::a_service_that_exits_instantly_latches_and_stops_relaunching
2026-07-28T02:44:27.0649539Z         PASS [   0.010s] (1025/2064) spt-daemon servicehost::tests::a_status_read_mints_no_hold_flag_for_the_option_it_reports
2026-07-28T02:44:27.0944557Z         PASS [   0.088s] (1026/2064) spt-daemon servicehost::tests::a_latched_option_reports_the_captured_evidence_behind_its_latch
2026-07-28T02:44:27.1023214Z         PASS [   0.085s] (1027/2064) spt-daemon servicehost::tests::a_service_that_exits_on_the_stop_marker_quiesces_cooperatively
2026-07-28T02:44:27.1157982Z         PASS [   0.061s] (1028/2064) spt-daemon servicehost::tests::a_startup_fault_carries_what_the_service_said_before_it_died
2026-07-28T02:44:27.1234259Z         PASS [   0.008s] (1029/2064) spt-daemon servicehost::tests::adapter_dir_substitutes_as_one_argv_element_even_with_spaces
2026-07-28T02:44:27.1417395Z         PASS [   0.086s] (1030/2064) spt-daemon servicehost::tests::a_stood_down_supervisors_latch_outlives_its_thread_and_suppresses_the_next_sweep
2026-07-28T02:44:27.1434503Z         PASS [   0.139s] (1031/2064) spt-daemon servicehost::tests::a_boot_service_starts_once_and_the_next_sweep_reads_already_running
2026-07-28T02:44:27.1607026Z         PASS [   0.017s] (1032/2064) spt-daemon servicehost::tests::an_orphan_pid_running_a_different_image_is_never_killed
2026-07-28T02:44:27.1753608Z         PASS [   0.217s] (1033/2064) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-07-28T02:44:27.1769452Z         PASS [   0.016s] (1034/2064) spt-daemon servicehost::tests::an_orphan_whose_image_cannot_be_verified_is_reported_not_killed
2026-07-28T02:44:27.1776741Z         PASS [   0.036s] (1035/2064) spt-daemon servicehost::tests::an_exit_under_an_engaged_hold_stands_down_quiesced_instead_of_latching
2026-07-28T02:44:27.1853571Z         PASS [   0.008s] (1036/2064) spt-daemon servicehost::tests::an_unknown_op_closes_the_connection_instead_of_wedging_the_caller
2026-07-28T02:44:27.1854537Z         PASS [   0.008s] (1037/2064) spt-daemon servicehost::tests::backoff_doubles_and_saturates
2026-07-28T02:44:27.1939874Z         PASS [   0.009s] (1038/2064) spt-daemon servicehost::tests::consecutive_fast_exits_latch_startup_fault_early
2026-07-28T02:44:27.1945366Z         PASS [   0.009s] (1039/2064) spt-daemon servicehost::tests::empty_and_dead_orphan_records_read_apart
2026-07-28T02:44:27.2028481Z         PASS [   0.008s] (1040/2064) spt-daemon servicehost::tests::hold_outranks_everything
2026-07-28T02:44:27.2095487Z         PASS [   0.015s] (1041/2064) spt-daemon servicehost::tests::ensure_supervised_is_one_instance_per_option_and_refuses_an_unclear_sweep
2026-07-28T02:44:27.2113013Z         PASS [   0.008s] (1042/2064) spt-daemon servicehost::tests::only_the_three_ruled_opportunities_clear_the_latch
2026-07-28T02:44:27.2182313Z         PASS [   0.009s] (1043/2064) spt-daemon servicehost::tests::quiesce_engages_the_hold_before_placing_the_stop_marker
2026-07-28T02:44:27.2201417Z         PASS [   0.009s] (1044/2064) spt-daemon servicehost::tests::quiesce_raises_the_hold_before_it_can_place_any_stop_marker
2026-07-28T02:44:27.2269604Z         PASS [   0.007s] (1045/2064) spt-daemon servicehost::tests::start_trigger_decides_which_opportunities_start_it
2026-07-28T02:44:27.2270961Z         PASS [   0.009s] (1046/2064) spt-daemon servicehost::tests::slow_crashes_latch_the_ordinary_give_up_not_startup_fault
2026-07-28T02:44:27.2320297Z         PASS [   0.137s] (1047/2064) spt-daemon servicehost::tests::a_supervised_option_no_longer_declared_still_appears_as_undeclared
2026-07-28T02:44:27.2328567Z         PASS [   0.168s] (1048/2064) spt-daemon servicehost::tests::a_stop_kills_the_child_and_re_reads_liveness_after_the_kill
2026-07-28T02:44:27.2399441Z         PASS [   0.013s] (1049/2064) spt-daemon servicehost::tests::the_advisory_line_is_read_bounded_and_never_dressed_up_when_absent
2026-07-28T02:44:27.2428679Z         PASS [   0.010s] (1050/2064) spt-daemon servicehost::tests::the_projection_scopes_to_one_adapter_and_keeps_deregistered_declarations
2026-07-28T02:44:27.2483301Z         PASS [   0.008s] (1051/2064) spt-daemon servicehost::tests::the_service_command_resolves_its_program_through_the_install_dir_helper
2026-07-28T02:44:27.2501797Z         PASS [   0.007s] (1052/2064) spt-daemon servicehost::tests::the_service_spawn_scrubs_the_session_identity_env
2026-07-28T02:44:27.2557835Z         PASS [   0.007s] (1053/2064) spt-daemon servicehost::tests::the_spawn_environment_carries_the_cli_capability
2026-07-28T02:44:27.2578031Z         PASS [   0.007s] (1054/2064) spt-daemon servicehost::tests::the_spawn_environment_carries_the_per_option_identity
2026-07-28T02:44:27.2589894Z         PASS [   0.136s] (1055/2064) spt-daemon servicehost::tests::an_adapter_scoped_sweep_neither_starts_nor_stops_another_adapters_service
2026-07-28T02:44:27.2687155Z         PASS [   0.248s] (1056/2064) spt-daemon servicehost::tests::a_service_that_ignores_the_stop_marker_is_force_killed_and_confirmed_dead
2026-07-28T02:44:27.2710561Z         PASS [   0.013s] (1057/2064) spt-daemon servicehost::tests::the_status_op_reports_over_the_wire_and_starts_nothing
2026-07-28T02:44:27.2775656Z         PASS [   0.007s] (1058/2064) spt-daemon shellchan::tests::activity_frame_shape_is_the_published_one
2026-07-28T02:44:27.2779907Z         PASS [   0.009s] (1059/2064) spt-daemon shellchan::tests::activity_frame_parses_back_through_the_public_decoder
2026-07-28T02:44:27.2848765Z         PASS [   0.007s] (1060/2064) spt-daemon shellchan::tests::drive_frame_shape_mirrors_sensory
2026-07-28T02:44:27.2859606Z         PASS [   0.008s] (1061/2064) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-07-28T02:44:27.2932542Z         PASS [   0.007s] (1062/2064) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-07-28T02:44:27.3010598Z         PASS [   0.008s] (1063/2064) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-07-28T02:44:27.3103244Z         PASS [   0.009s] (1064/2064) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-07-28T02:44:27.3200072Z         PASS [   0.010s] (1065/2064) spt-daemon shelldisc::tests::discovery_lists_a_dead_pid_instance_offline
2026-07-28T02:44:27.3356132Z         PASS [   0.016s] (1066/2064) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-07-28T02:44:27.3457780Z         PASS [   0.010s] (1067/2064) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-07-28T02:44:27.3527602Z         PASS [   0.007s] (1068/2064) spt-daemon shellhost::tests::a_daemon_that_launches_is_the_only_launcher
2026-07-28T02:44:27.3615191Z         PASS [   0.009s] (1069/2064) spt-daemon shellhost::tests::a_late_ack_loser_adopts_the_winner_instead_of_spawning
2026-07-28T02:44:27.3658225Z         PASS [   0.263s] (1070/2064) spt-daemon servicehost::tests::a_supervisor_whose_declaration_is_gone_is_torn_down_by_the_next_sweep
2026-07-28T02:44:27.3696113Z         PASS [   0.008s] (1071/2064) spt-daemon shellhost::tests::a_post_ack_failure_never_spawns_again
2026-07-28T02:44:27.3697283Z         PASS [   0.138s] (1072/2064) spt-daemon servicehost::tests::the_projection_reports_a_live_supervisor_with_its_declaration_and_advisory
2026-07-28T02:44:27.3714997Z         PASS [   0.366s] (1073/2064) spt-daemon servicehost::tests::a_held_option_is_refused_by_a_clearing_sweep_and_starts_only_when_the_hold_releases
2026-07-28T02:44:27.3721058Z         PASS [   0.197s] (1074/2064) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-07-28T02:44:27.3745605Z         PASS [   0.009s] (1075/2064) spt-daemon shellhost::tests::a_post_ack_silence_is_indeterminate_not_failure
2026-07-28T02:44:27.3804848Z         PASS [   0.011s] (1076/2064) spt-daemon shellhost::tests::a_pre_ack_refusal_falls_back_in_process
2026-07-28T02:44:27.3826649Z         PASS [   0.011s] (1077/2064) spt-daemon shellhost::tests::a_spawn_template_resolves_its_program_and_adapter_dir_against_the_install_dir
2026-07-28T02:44:27.3827771Z         PASS [   0.008s] (1078/2064) spt-daemon shellhost::tests::an_answered_refusal_never_consults_the_arbiter
2026-07-28T02:44:27.3907744Z         PASS [   0.010s] (1079/2064) spt-daemon shellhost::tests::an_unserved_socket_is_a_pre_ack_refusal
2026-07-28T02:44:27.4023047Z         PASS [   0.012s] (1080/2064) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-07-28T02:44:27.4169418Z         PASS [   0.015s] (1081/2064) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-07-28T02:44:27.4170336Z         PASS [   0.132s] (1082/2064) spt-daemon shellchan::tests::restamp_carries_pending_rows_across_rotation
2026-07-28T02:44:27.4300508Z         PASS [   0.013s] (1083/2064) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-07-28T02:44:27.4375890Z         PASS [   0.007s] (1084/2064) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-07-28T02:44:27.4453548Z         PASS [   0.008s] (1085/2064) spt-daemon shellhost::tests::only_a_live_recorded_pid_wins_a_launch_race
2026-07-28T02:44:27.4529859Z         PASS [   0.008s] (1086/2064) spt-daemon shellhost::tests::only_the_relay_receipt_routes_through_the_daemon
2026-07-28T02:44:27.4614877Z         PASS [   0.008s] (1087/2064) spt-daemon shellhost::tests::spawn_template_perch_dir_fills_as_one_argv_element
2026-07-28T02:44:27.4644917Z         PASS [   0.237s] (1088/2064) spt-daemon servicehost::tests::the_hold_outlives_the_force_killed_supervision_it_ended
2026-07-28T02:44:27.4700568Z         PASS [   0.009s] (1089/2064) spt-daemon shellhost::tests::spawn_template_without_perch_dir_is_unchanged
2026-07-28T02:44:27.4753648Z         PASS [   0.011s] (1090/2064) spt-daemon shellhost::tests::the_arbiter_does_not_block_an_uncontested_fallback
2026-07-28T02:44:27.4782955Z         PASS [   0.008s] (1091/2064) spt-daemon shellwake::tests::a_wake_template_resolves_its_program_and_adapter_dir_against_the_install_dir
2026-07-28T02:44:27.4825778Z         PASS [   0.007s] (1092/2064) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-07-28T02:44:27.4846933Z         PASS [   0.115s] (1093/2064) spt-daemon shellhost::tests::a_spawn_program_the_install_dir_does_not_ship_falls_through_to_path
2026-07-28T02:44:27.4947556Z         PASS [   0.012s] (1094/2064) spt-daemon shellwake::tests::reconcile_never_adopts_a_stale_online_instance
2026-07-28T02:44:27.4975573Z         PASS [   0.013s] (1095/2064) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-07-28T02:44:27.5086315Z         PASS [   0.011s] (1096/2064) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-07-28T02:44:27.5134930Z         PASS [   0.035s] (1097/2064) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-07-28T02:44:27.5208835Z         PASS [   0.007s] (1098/2064) spt-daemon shellwake::tests::the_wake_catalog_shares_the_spawn_vocabulary_but_is_not_the_same_set
2026-07-28T02:44:27.5252225Z         PASS [   0.030s] (1099/2064) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-07-28T02:44:27.5275528Z         PASS [   0.111s] (1100/2064) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-07-28T02:44:27.5351448Z         PASS [   0.007s] (1101/2064) spt-daemon stderrlog::tests::path_under_home_and_stamp_is_legible
2026-07-28T02:44:27.5360111Z         PASS [   0.011s] (1102/2064) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-07-28T02:44:27.5427051Z         PASS [   0.007s] (1103/2064) spt-daemon stderrlog::tests::roll_keeps_bounded_generations_and_preserves_current
2026-07-28T02:44:27.5452162Z         PASS [   0.009s] (1104/2064) spt-daemon stderrlog::tests::roll_with_keep_one_clears_without_backup
2026-07-28T02:44:27.5494070Z         PASS [   0.007s] (1105/2064) spt-daemon stderrlog::tests::should_roll_at_or_over_cap_only
2026-07-28T02:44:27.5551556Z         PASS [   0.010s] (1106/2064) spt-daemon sync::tests::gate_decision_table
2026-07-28T02:44:27.5629912Z         PASS [   0.042s] (1107/2064) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-07-28T02:44:27.5894366Z         PASS [   0.217s] (1108/2064) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-07-28T02:44:27.5925427Z         PASS [   0.030s] (1109/2064) spt-daemon translation::tests::flagged_spawn_still_starts
2026-07-28T02:44:27.5940989Z         PASS [   0.211s] (1110/2064) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-07-28T02:44:27.5999312Z         PASS [   0.007s] (1111/2064) spt-daemon translation::tests::inject_floor_buffers_while_held_then_drains_in_order
2026-07-28T02:44:27.6029792Z         PASS [   0.009s] (1112/2064) spt-daemon translation::tests::key_cmd_parses_each_wire_shape
2026-07-28T02:44:27.6069109Z         PASS [   0.007s] (1113/2064) spt-daemon translation::tests::key_to_bytes_send_keys_map
2026-07-28T02:44:27.6111686Z         PASS [   0.008s] (1114/2064) spt-daemon translation::tests::to_binary_serializes_to_wire_and_input_is_content_free
2026-07-28T02:44:27.6168853Z         PASS [   0.010s] (1115/2064) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-07-28T02:44:27.6184336Z         PASS [   0.007s] (1116/2064) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-07-28T02:44:27.6254282Z         PASS [   0.007s] (1117/2064) spt-daemon tunnelhub::tests::dead_generation_stream_is_never_surfaced
2026-07-28T02:44:27.6257343Z         PASS [   0.009s] (1118/2064) spt-daemon tunnelhub::tests::clear_evicts_the_entry
2026-07-28T02:44:27.6329397Z         PASS [   0.007s] (1119/2064) spt-daemon tunnelhub::tests::entries_are_per_owner
2026-07-28T02:44:27.6340802Z         PASS [   0.008s] (1120/2064) spt-daemon tunnelhub::tests::relink_overwrites_the_entry_with_a_fresh_generation
2026-07-28T02:44:27.6412089Z         PASS [   0.008s] (1121/2064) spt-daemon tunnelhub::tests::resolve_serves_each_end_under_the_opening_token
2026-07-28T02:44:27.6426072Z         PASS [   0.008s] (1122/2064) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-07-28T02:44:27.6483790Z         PASS [   0.265s] (1123/2064) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-07-28T02:44:27.6500646Z         PASS [   0.009s] (1124/2064) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-07-28T02:44:27.6503131Z         PASS [   0.008s] (1125/2064) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-07-28T02:44:27.6610866Z         PASS [   0.010s] (1126/2064) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-07-28T02:44:27.6612086Z         PASS [   0.149s] (1127/2064) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-07-28T02:44:27.6798544Z         PASS [   0.022s] (1128/2064) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-07-28T02:44:27.6822444Z         PASS [   0.032s] (1129/2064) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-07-28T02:44:27.6881900Z         PASS [   0.008s] (1130/2064) spt-daemon wan::tests::origin_user_backed_matrix
2026-07-28T02:44:27.6895752Z         PASS [   0.007s] (1131/2064) spt-daemon wan::tests::wan_ingress_empty_from_renders_origin_node_label
2026-07-28T02:44:27.6944049Z         PASS [   0.438s] (1132/2064) spt-daemon servicehost::tests::the_startup_capture_is_reclaimed_once_the_run_proves_it_starts
2026-07-28T02:44:27.6950440Z         PASS [   0.045s] (1133/2064) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-07-28T02:44:27.6971208Z         PASS [   0.148s] (1134/2064) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-07-28T02:44:27.6973624Z         PASS [   0.009s] (1135/2064) spt-daemon wan::tests::wan_outcome_token_round_trips_and_unknown_is_noreply
2026-07-28T02:44:27.6974673Z         PASS [   0.008s] (1136/2064) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-07-28T02:44:27.7052700Z         PASS [   0.010s] (1137/2064) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-07-28T02:44:27.7188065Z         PASS [   0.024s] (1138/2064) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-07-28T02:44:27.8052266Z         PASS [   0.145s] (1139/2064) spt-daemon wan::tests::no_binary_wan_arrival_spools_not_pty
2026-07-28T02:44:27.8110983Z         PASS [   0.250s] (1140/2064) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-07-28T02:44:27.8370362Z         PASS [   0.576s] (1141/2064) spt-daemon servicehost::tests::the_stop_marker_is_never_visible_before_the_hold_is_up
2026-07-28T02:44:27.9060614Z         PASS [   0.308s] (1142/2064) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-07-28T02:44:28.0610357Z         PASS [   0.256s] (1143/2064) spt-daemon::brain_resume_conn_deadlock daemon_resume_leaves_zero_brain_subscribers
2026-07-28T02:44:28.1280172Z         PASS [   0.289s] (1144/2064) spt-daemon::control_stamp_lifetime converge_stamps_on_sessions_poll_after_late_bind
2026-07-28T02:44:28.2031736Z         PASS [   0.499s] (1145/2064) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-07-28T02:44:28.2098820Z         PASS [   0.404s] (1146/2064) spt-daemon::control_stamp_lifetime control_reap_clears_sticky_stamps_no_session_online_and_boot_sweep
2026-07-28T02:44:28.2650283Z         PASS [   0.347s] (1147/2064) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-07-28T02:44:28.5792308Z         PASS [   0.358s] (1148/2064) spt-daemon::digest_cross_node an_endpoint_with_no_buffer_answers_no_digest_not_a_failure
2026-07-28T02:44:28.5853609Z         PASS [   0.458s] (1149/2064) spt-daemon::digest_cross_node a_busy_endpoints_trailing_turn_crosses_the_wire_unsealed
2026-07-28T02:44:28.7000338Z         PASS [   0.127s] (1150/2064) spt-daemon::digest_cross_node an_unbounded_carrier_is_refused_by_name_instead_of_wedging_the_caller
2026-07-28T02:44:28.7425345Z         PASS [   0.681s] (1151/2064) spt-daemon::control_stamp_lifetime reap_clears_control_and_viewer_stamps
2026-07-28T02:44:28.8622681Z         PASS [   0.616s] (1152/2064) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-07-28T02:44:28.9572249Z         PASS [   0.215s] (1153/2064) spt-daemon::digest_cross_node the_address_gate_refuses_an_unwhitelisted_caller_with_no_reply
2026-07-28T02:44:28.9890668Z         PASS [   0.031s] (1154/2064) spt-daemon::docs_server_e2e docsless_home_answers_loud_pointer_and_stays_bound
2026-07-28T02:44:28.9980229Z         PASS [   0.301s] (1155/2064) spt-daemon::digest_cross_node dispatcher_serves_a_cross_node_digest_pull_undriven_with_a_sealed_turn
2026-07-28T02:44:29.0207823Z         PASS [   0.034s] (1156/2064) spt-daemon::docs_server_e2e serves_published_surface_and_refuses_escapes_and_writes
2026-07-28T02:44:29.1723771Z         PASS [   1.469s] (1157/2064) spt-daemon::brain_decouple suspended_brain_controller_is_stall_evicted_take_completes_viewer_ticks
2026-07-28T02:44:29.2057519Z         PASS [   0.183s] (1158/2064) spt-daemon::legacy_resident_sweep_e2e legacy_resident_sweep_reaps_match_and_declines_control
2026-07-28T02:44:29.2480360Z         PASS [   1.550s] (1159/2064) spt-daemon::attach_idempotent_replay a_same_conn_equal_gen_replay_preserves_the_seat_and_replays_no_history
2026-07-28T02:44:29.3086139Z         PASS [   0.444s] (1160/2064) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-07-28T02:44:29.4462688Z         PASS [   0.192s] (1161/2064) spt-daemon::netbroker brain_dials_second_broker_over_loopback
2026-07-28T02:44:29.5150324Z         PASS [   1.318s] (1162/2064) spt-daemon::digest_cross_node a_silent_peer_is_bounded_and_named_rather_than_hanging_the_caller
2026-07-28T02:44:29.6097776Z         PASS [   0.166s] (1163/2064) spt-daemon::netbroker broker_owns_endpoint_and_reports_status
2026-07-28T02:44:29.6610234Z         PASS [   0.050s] (1164/2064) spt-daemon::netbroker netless_broker_probes_gracefully
2026-07-28T02:44:29.8611017Z         PASS [   0.196s] (1165/2064) spt-daemon::netbroker replayed_dial_op_is_deduped_across_brain_restart
2026-07-28T02:44:29.9380988Z         PASS [   0.770s] (1166/2064) spt-daemon::mesh all_online_star_a_reaches_c_b_never_relays
2026-07-28T02:44:29.9419981Z         PASS [   0.087s] (1167/2064) spt-daemon::netbroker unknown_net_frame_is_reported_not_fatal
2026-07-28T02:44:30.0111849Z         PASS [   0.707s] (1168/2064) spt-daemon applyhost::tests::broker_reports_its_compiled_image_version_over_ipc
2026-07-28T02:44:30.1955497Z         PASS [   0.989s] (1169/2064) spt-daemon::mesh staggered_offliner_still_meshes
2026-07-28T02:44:30.3198318Z         PASS [   1.324s] (1170/2064) spt-daemon::false_promote ready_candidate_does_not_promote_until_the_wedged_old_gen_conn_drains
2026-07-28T02:44:30.3723990Z         PASS [   0.361s] (1171/2064) spt-daemon applyhost::tests::refresh_brain_cycles_without_staging_or_swap_preconditions
2026-07-28T02:44:30.3842001Z         PASS [   0.011s] (1172/2064) spt-daemon applyhost::tests::staged_already_applied_classifies_up_to_date_vs_newer
2026-07-28T02:44:30.3905942Z         PASS [   1.808s] (1173/2064) spt-daemon::digest_cross_node an_unknown_family_is_dropped_without_a_fin_so_the_caller_only_sees_silence
2026-07-28T02:44:30.4464653Z         PASS [   0.506s] (1174/2064) spt-daemon::netstream sender_brain_restart_redrive_is_exactly_once
2026-07-28T02:44:30.4910205Z         PASS [   0.298s] (1175/2064) spt-daemon::notif_drain_validity a_dismissed_rows_spooled_copy_delivers_nothing
2026-07-28T02:44:30.5234835Z         PASS [   0.139s] (1176/2064) spt-daemon livehost::tests::boot_gate_offlines_sessionless_controllable_then_reconcile_skips_host
2026-07-28T02:44:30.6049157Z         PASS [   0.664s] (1177/2064) spt-daemon::netstream receiver_brain_restart_is_gapless_and_exactly_once
2026-07-28T02:44:30.6360715Z         PASS [   0.107s] (1178/2064) spt-daemon livehost::tests::broker_failure_skips_the_pass_never_mass_offlines
2026-07-28T02:44:30.6597275Z         PASS [   0.166s] (1179/2064) spt-daemon::notif_update_row_retire a_keyless_legacy_update_row_is_retired_on_the_version_we_already_run
2026-07-28T02:44:30.6672760Z         PASS [   0.345s] (1180/2064) spt-daemon::notif_drain_validity a_live_rows_spooled_copy_still_delivers_exactly_once
2026-07-28T02:44:30.7188443Z         PASS [   0.089s] (1181/2064) spt-daemon livehost::tests::control_reap_clears_sticky_controlled_on_already_offline_perch
2026-07-28T02:44:30.7363313Z         PASS [   0.014s] (1182/2064) spt-daemon livehost::tests::decide_resume_goal_table
2026-07-28T02:44:30.7910399Z         PASS [   0.054s] (1183/2064) spt-daemon livehost::tests::fresh_brain_rehydrates_an_online_live_endpoint
2026-07-28T02:44:30.7957491Z         PASS [   0.193s] (1184/2064) spt-daemon::notif_update_row_retire a_swept_dismissal_replicates_to_a_peer_through_the_merge
2026-07-28T02:44:30.8015824Z         PASS [   0.410s] (1185/2064) spt-daemon::notif_drain_validity ordinary_messages_are_untouched_by_the_validity_gate
2026-07-28T02:44:30.8114692Z         PASS [   0.020s] (1186/2064) spt-daemon livehost::tests::hybrid_self_heal_due_table
2026-07-28T02:44:31.0486122Z         LEAK [   0.240s] (1187/2064) spt-daemon livehost::tests::legacy_psyche_sweep_guard_is_id_specific_and_fail_safe
2026-07-28T02:44:31.0631857Z         PASS [   0.260s] (1188/2064) spt-daemon::pairjoin pair_code_submit_for_an_unknown_session_fails_cleanly
2026-07-28T02:44:31.0970511Z         PASS [   0.048s] (1189/2064) spt-daemon livehost::tests::live_bin_gc_removes_own_copy_and_displaces_when_locked
2026-07-28T02:44:31.1323388Z         PASS [   0.684s] (1190/2064) spt-daemon::notif_quiet_delivery notif_first_fire_is_quiet_even_to_a_live_relay_rollback_included
2026-07-28T02:44:31.2105387Z         PASS [   0.112s] (1191/2064) spt-daemon livehost::tests::pull_liveness_demotes_a_relay_held_endpoint_instead_of_offlining_it
2026-07-28T02:44:31.2247420Z         PASS [   0.558s] (1192/2064) spt-daemon::notifsync notif_spools_converge_over_the_wire_and_dismiss_replicates
2026-07-28T02:44:31.2511373Z         PASS [   0.593s] (1193/2064) spt-daemon::notifsync node_scoped_stays_home_and_migration_dismissal_reaches_the_peer
2026-07-28T02:44:31.2683765Z         PASS [  10.198s] (1194/2064) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-07-28T02:44:31.2728665Z         PASS [   1.757s] (1195/2064) spt-daemon::netbroker dial_to_a_black_holing_peer_fails_with_a_bounded_ordinary_error
2026-07-28T02:44:31.4300235Z         PASS [   0.220s] (1196/2064) spt-daemon livehost::tests::pull_liveness_marks_sessionless_spt_hosted_offline_only
2026-07-28T02:44:31.4751199Z         PASS [  20.858s] (1197/2064) spt::resume_no_control_steal_e2e brain_respawn_keeps_every_session_controller_and_still_promotes
2026-07-28T02:44:31.4807260Z         PASS [   0.679s] (1198/2064) spt-daemon::pairjoin daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end
2026-07-28T02:44:31.5915617Z         PASS [   0.155s] (1199/2064) spt-daemon livehost::tests::pull_reconcile_offlines_perch_when_broker_session_dies
2026-07-28T02:44:31.6259267Z         PASS [   0.041s] (1200/2064) spt-daemon livehost::tests::reconcile_attempts_resume_for_a_registered_woken_endpoint
2026-07-28T02:44:31.6373685Z         PASS [   0.163s] (1201/2064) spt-daemon::propagate update_set_carries_and_verifies_the_musl_artifact
2026-07-28T02:44:31.6448805Z         PASS [   0.393s] (1202/2064) spt-daemon::propagate rollback_offer_is_rejected_before_any_fetch
2026-07-28T02:44:31.6592647Z         PASS [   0.597s] (1203/2064) spt-daemon::presence presence_history_replays_from_zero_for_a_late_subscriber
2026-07-28T02:44:31.7174327Z         PASS [   0.443s] (1204/2064) spt-daemon::propagate tampered_relay_artifact_is_rejected_and_never_staged
2026-07-28T02:44:31.8370264Z         PASS [   0.364s] (1205/2064) spt-daemon::propagate untrusted_origin_gets_no_offer
2026-07-28T02:44:31.8546368Z         PASS [   0.178s] (1206/2064) spt-daemon::psyche_context_file_e2e large_preload_mind_rides_the_context_file_not_argv
2026-07-28T02:44:31.9181462Z         PASS [   0.290s] (1207/2064) spt-daemon livehost::tests::reconcile_converges_a_dead_relay_and_spares_a_live_or_unproven_one
2026-07-28T02:44:31.9810486Z         PASS [   0.334s] (1208/2064) spt-daemon::propagate worker_dismisses_the_staged_notif_when_the_running_image_catches_up
2026-07-28T02:44:31.9856641Z         PASS [   0.066s] (1209/2064) spt-daemon livehost::tests::reconcile_does_not_double_host
2026-07-28T02:44:32.0040086Z         PASS [   0.167s] (1210/2064) spt-daemon::psyche_event_turn_e2e pulse_fire_runs_one_bounded_psyche_turn
2026-07-28T02:44:32.0273033Z         PASS [   0.756s] (1211/2064) spt-daemon::propagate status_query_drives_the_convergence_table_end_to_end
2026-07-28T02:44:32.0955811Z         PASS [   5.049s] (1212/2064) spt-daemon servicehost::tests::a_silent_daemon_times_the_caller_out_instead_of_wedging_it
2026-07-28T02:44:32.1080077Z         PASS [   0.116s] (1213/2064) spt-daemon livehost::tests::reconcile_hosts_an_online_live_endpoint_and_drives_its_pulse
2026-07-28T02:44:32.1533732Z         PASS [   0.314s] (1214/2064) spt-daemon::psyche_residency_expectation_e2e failing_psyche_never_unhosts_or_destamps_the_parent
2026-07-28T02:44:32.1670446Z         PASS [   0.067s] (1215/2064) spt-daemon livehost::tests::reconcile_keeps_driver_on_transient_read_fail_unhosts_on_dir_gone
2026-07-28T02:44:32.1920141Z         PASS [   0.554s] (1216/2064) spt-daemon::propagate update_set_propagates_selected_platform_artifact
2026-07-28T02:44:32.1980973Z         PASS [   0.033s] (1217/2064) spt-daemon livehost::tests::reconcile_leaves_a_genuinely_suspended_endpoint_alone
2026-07-28T02:44:32.3280412Z         PASS [   0.129s] (1218/2064) spt-daemon livehost::tests::reconcile_marks_unbound_skeleton_offline_on_session_death
2026-07-28T02:44:32.3831863Z         PASS [   1.159s] (1219/2064) spt-daemon::propagate chain_self_heal_propagates_with_gate_at_every_hop
2026-07-28T02:44:32.5506290Z         PASS [   0.454s] (1220/2064) spt-daemon::pump pump_w2_presence_reaches_only_the_subscribing_carrier
2026-07-28T02:44:32.5748281Z         PASS [   0.242s] (1221/2064) spt-daemon livehost::tests::reconcile_reaps_orphaned_worker_and_spares_live_parent
2026-07-28T02:44:32.6220228Z         PASS [   0.050s] (1222/2064) spt-daemon livehost::tests::reconcile_refuses_a_woken_endpoint_with_an_unregistered_adapter
2026-07-28T02:44:32.6391564Z         PASS [   0.019s] (1223/2064) spt-daemon livehost::tests::reconcile_routing_controllable_falls_through_to_broker_session_truth
2026-07-28T02:44:32.6850218Z         PASS [   0.043s] (1224/2064) spt-daemon livehost::tests::reconcile_skips_a_woken_endpoint_with_no_ledger_row
2026-07-28T02:44:32.7310152Z         PASS [   0.049s] (1225/2064) spt-daemon livehost::tests::reconcile_skips_an_offline_live_endpoint
2026-07-28T02:44:32.7707858Z         PASS [   0.619s] (1226/2064) spt-daemon::pumpdeadline broker_image_query_until_times_out_when_responder_is_silent
2026-07-28T02:44:32.7739985Z         PASS [   0.224s] (1227/2064) spt-daemon::replicate registries_converge_over_the_wire_and_the_lease_holds
2026-07-28T02:44:32.7980083Z         PASS [   0.065s] (1228/2064) spt-daemon livehost::tests::reconcile_unhosts_on_offline_transition
2026-07-28T02:44:32.8019716Z         PASS [   0.611s] (1229/2064) spt-daemon::pumpdeadline pump_brain_times_out_when_broker_never_replies
2026-07-28T02:44:32.8240428Z         PASS [   0.026s] (1230/2064) spt-daemon livehost::tests::restart_resume_gate_reruns_the_orphaned_controllable_dead_set_regardless_of_state
2026-07-28T02:44:32.8535761Z         PASS [   0.051s] (1231/2064) spt-daemon::resume_custody_aba matched_custody_pair_still_defers_the_reconcile
2026-07-28T02:44:32.9140204Z         PASS [   0.092s] (1232/2064) spt-daemon livehost::tests::split_cleanup_clears_all_three_stamps_on_state_quirk_rows
2026-07-28T02:44:32.9411203Z         PASS [   0.025s] (1233/2064) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-07-28T02:44:32.9778327Z         PASS [   0.036s] (1234/2064) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-07-28T02:44:32.9850207Z         PASS [   0.132s] (1235/2064) spt-daemon::resume_custody_aba recycled_pid_custody_offlines_the_row_and_self_heals_the_record
2026-07-28T02:44:33.0035021Z         PASS [   0.026s] (1236/2064) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-07-28T02:44:33.0110237Z         PASS [   0.628s] (1237/2064) spt-daemon::pumpdeadline pump_reply_read_reclassifies_a_silent_peer_within_the_budget
2026-07-28T02:44:33.0530112Z         PASS [   0.045s] (1238/2064) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-07-28T02:44:33.0761757Z         PASS [   0.027s] (1239/2064) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-07-28T02:44:33.0885936Z         PASS [   0.014s] (1240/2064) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-07-28T02:44:33.1110237Z         PASS [   1.132s] (1241/2064) spt-daemon::pump pump_and_dispatch_self_drive_the_subnet
2026-07-28T02:44:33.1230969Z         PASS [   0.351s] (1242/2064) spt-daemon::reseed benign_offliner_is_reseeded_across_a_rotation
2026-07-28T02:44:33.1279940Z         PASS [   0.038s] (1243/2064) spt-daemon pump::tests::drain_read_classifies_dead_carrier_as_restart_timeout_as_quiet
2026-07-28T02:44:33.1510059Z         PASS [   0.023s] (1244/2064) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-07-28T02:44:33.1974293Z         PASS [   0.047s] (1245/2064) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-07-28T02:44:33.2210183Z         PASS [   0.024s] (1246/2064) spt-daemon pump::tests::peer_leg_outcome_isolates_ordinary_backs_off_carrier_timeout_still_poisons
2026-07-28T02:44:33.2695545Z         PASS [   0.048s] (1247/2064) spt-daemon pump::tests::per_peer_backoff_doubles_caps_and_eligibility
2026-07-28T02:44:33.2920184Z         PASS [   0.023s] (1248/2064) spt-daemon pump::tests::presence_state_effect_correlates_and_isolates
2026-07-28T02:44:33.3715651Z         PASS [   0.080s] (1249/2064) spt-daemon pump::tests::push_feed_retires_its_own_row_after_successful_fin
2026-07-28T02:44:33.3883533Z         PASS [   0.016s] (1250/2064) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-07-28T02:44:33.4064912Z         PASS [   0.018s] (1251/2064) spt-daemon pump::tests::resolve_submit_addr_walks_the_route_chain
2026-07-28T02:44:33.4335070Z         PASS [   0.027s] (1252/2064) spt-daemon pump::tests::startup_reconcile_heals_suspect_rows_and_migrates_invalid_ones
2026-07-28T02:44:33.4513822Z         PASS [   0.017s] (1253/2064) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-07-28T02:44:33.4532611Z         PASS [   0.441s] (1254/2064) spt-daemon::rosterprop roster_propagates_transitively_on_connect
2026-07-28T02:44:33.4720267Z         PASS [   0.362s] (1255/2064) spt-daemon::seedproofx both_members_prove_and_cache_the_shared_subnet
2026-07-28T02:44:33.4785773Z         PASS [   0.492s] (1256/2064) spt-daemon::rosterprop roster_exchange_never_leaks_unproven_subnets
2026-07-28T02:44:33.5070274Z         PASS [   0.056s] (1257/2064) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-07-28T02:44:33.5410055Z         PASS [   0.034s] (1258/2064) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-07-28T02:44:33.5880579Z         PASS [   0.136s] (1259/2064) spt-daemon::seedproofx proven_verdict_is_the_shared_set
2026-07-28T02:44:33.7530501Z         PASS [   0.163s] (1260/2064) spt-daemon::servicehost_supervision_e2e repeated_instant_exits_report_a_startup_fault_carrying_the_services_own_words
2026-07-28T02:44:33.8345237Z         PASS [   2.117s] (1261/2064) spt-daemon::psyche_event_turn_e2e host_one_spawns_no_resident_psyche
2026-07-28T02:44:34.0610834Z         PASS [   0.584s] (1262/2064) spt-daemon::servicehost_supervision_e2e a_wedged_service_is_force_killed_with_the_descendant_it_left_behind
2026-07-28T02:44:34.2565056Z         PASS [   0.504s] (1263/2064) spt-daemon::servicehost_supervision_e2e the_published_stop_marker_earns_a_cooperative_exit_inside_grace
2026-07-28T02:44:34.4225458Z         PASS [   6.704s] (1264/2064) spt-daemon::brain_resume_conn_deadlock daemon_cursor_only_resume_keeps_heartbeat_live_steady_state
2026-07-28T02:44:34.4577816Z         PASS [   6.753s] (1265/2064) spt-daemon::brain_resume_conn_deadlock daemon_cursor_only_resume_keeps_heartbeat_live_respawn_interleave
2026-07-28T02:44:34.4903922Z         PASS [   3.359s] (1266/2064) spt-daemon::presence presence_survives_brain_restart_with_cursor_resume
2026-07-28T02:44:34.5513955Z         PASS [   1.011s] (1267/2064) spt-daemon::servicehost_supervision_e2e bits_swap_under_the_hold_and_the_new_ones_come_up_on_release
2026-07-28T02:44:34.7066482Z         PASS [   0.645s] (1268/2064) spt-daemon::sync torn_pull_recovers_by_repulling
2026-07-28T02:44:34.7465902Z         PASS [   0.195s] (1269/2064) spt-daemon::wanmsg wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel
2026-07-28T02:44:34.8896334Z         PASS [   0.399s] (1270/2064) spt-daemon::wanmsg wan_message_lands_exactly_once_under_transport_origin
2026-07-28T02:44:34.8974913Z         PASS [   0.008s] (1271/2064) spt-live context::tests::direct_always_writes
2026-07-28T02:44:34.9051039Z         PASS [   0.446s] (1272/2064) spt-daemon::wanmsg receiver_restart_replays_feed_without_double_delivery
2026-07-28T02:44:34.9113010Z         PASS [   0.007s] (1273/2064) spt-live context::tests::llm_over_llm_writes
2026-07-28T02:44:34.9165311Z         PASS [   0.018s] (1274/2064) spt-live context::tests::identified_write_stamps_advancing_vector
2026-07-28T02:44:34.9175987Z         PASS [   0.006s] (1275/2064) spt-live context::tests::llm_past_window_writes
2026-07-28T02:44:34.9224865Z         PASS [   0.007s] (1276/2064) spt-live context::tests::llm_within_window_suppressed
2026-07-28T02:44:34.9234320Z         PASS [   0.006s] (1277/2064) spt-live context::tests::pre_identity_write_stamps_v1_shape
2026-07-28T02:44:34.9298818Z         PASS [   0.007s] (1278/2064) spt-live context::tests::write_context_suppresses_stale_llm
2026-07-28T02:44:34.9572506Z         PASS [   0.027s] (1279/2064) spt-live digest::tests::extracts_records_from_the_located_source
2026-07-28T02:44:34.9693817Z         PASS [   0.223s] (1280/2064) spt-daemon::xfer push_survives_target_brain_restart_exactly_once
2026-07-28T02:44:34.9830095Z         PASS [   0.026s] (1281/2064) spt-live digest::tests::falls_back_to_history_locate_template
2026-07-28T02:44:34.9880605Z         PASS [   0.005s] (1282/2064) spt-live digest::tests::missing_source_file_is_read_error
2026-07-28T02:44:34.9904766Z         PASS [   0.568s] (1283/2064) spt-daemon::wake_single_flight two_concurrent_wakes_for_one_endpoint_spawn_exactly_one_launch_tree
2026-07-28T02:44:34.9923861Z         PASS [   0.004s] (1284/2064) spt-live digest::tests::no_source_errors
2026-07-28T02:44:34.9930247Z         PASS [   0.286s] (1285/2064) spt-daemon::xfer fetch_lands_byte_identical_with_progress_both_ends
2026-07-28T02:44:34.9950114Z         PASS [   0.026s] (1286/2064) spt-live digest::tests::fetcher_digest_lets_the_adapter_locate_and_emit
2026-07-28T02:44:35.0202756Z         PASS [   0.025s] (1287/2064) spt-live echo::tests::echo_nonzero_errors
2026-07-28T02:44:35.0205377Z         PASS [   0.028s] (1288/2064) spt-live echo::tests::echo_child_is_recursion_guarded
2026-07-28T02:44:35.0206362Z         PASS [   0.028s] (1289/2064) spt-live echo::tests::echo_consumes_history_and_writes_commune
2026-07-28T02:44:35.0246977Z         PASS [   0.004s] (1290/2064) spt-live echo::tests::provenance_is_stamped
2026-07-28T02:44:35.0453577Z         PASS [   0.025s] (1291/2064) spt-live history::tests::fetcher_yields_records
2026-07-28T02:44:35.0497307Z         PASS [   0.004s] (1292/2064) spt-live history::tests::missing_fetcher_field_errors
2026-07-28T02:44:35.0498296Z         PASS [   0.025s] (1293/2064) spt-live history::tests::locate_normalize_reads_and_normalizes
2026-07-28T02:44:35.0546185Z         PASS [   0.005s] (1294/2064) spt-live history::tests::native_missing_log_is_empty
2026-07-28T02:44:35.2334174Z         PASS [   0.005s] (1295/2064) spt-live history::tests::native_reads_logged_records
2026-07-28T02:44:35.2334980Z         PASS [   0.310s] (1296/2064) spt-live digest::tests::extractor_timeout_errors
2026-07-28T02:44:35.2340524Z         PASS [   2.463s] (1297/2064) spt-daemon::reseed revoked_node_is_denied_and_never_reseeded
2026-07-28T02:44:35.2392964Z         PASS [   0.185s] (1298/2064) spt-live ingest::tests::both_drops_ingested
2026-07-28T02:44:35.2397409Z         PASS [   0.185s] (1299/2064) spt-live ingest::tests::commune_and_signoff_both_deferred_signoff_supersedes
2026-07-28T02:44:35.3264577Z         PASS [   0.306s] (1300/2064) spt-live history::tests::fetcher_timeout_errors
2026-07-28T02:44:35.3752628Z         PASS [   0.142s] (1301/2064) spt-live ingest::tests::commune_drop_is_ingested_and_deleted
2026-07-28T02:44:35.3758358Z         PASS [   0.142s] (1302/2064) spt-live ingest::tests::empty_project_id_preserves_project_slice_drop
2026-07-28T02:44:35.3803155Z         PASS [   0.004s] (1303/2064) spt-live ingest::tests::no_drops_is_empty
2026-07-28T02:44:35.3823370Z         PASS [   0.142s] (1304/2064) spt-live ingest::tests::ingest_never_writes_the_live_role
2026-07-28T02:44:35.3955784Z         PASS [   0.405s] (1305/2064) spt-live echo::tests::drop_write_retry_is_bounded_and_denied_only
2026-07-28T02:44:35.4020361Z         PASS [   0.163s] (1306/2064) spt-live ingest::tests::empty_project_id_skips_project_tier
2026-07-28T02:44:35.4334730Z         PASS [   1.179s] (1307/2064) spt-daemon::sync two_tier_sync_lands_and_gate_refuses_server_side
2026-07-28T02:44:35.4378325Z         PASS [   0.004s] (1308/2064) spt-live ingest::tests::strip_checkpoint_markers_removes_tokens_keeps_text
2026-07-28T02:44:35.4689807Z         PASS [   0.142s] (1309/2064) spt-live ingest::tests::ingest_strips_checkpoint_sentinel_from_durable_tier
2026-07-28T02:44:35.5017743Z         PASS [   0.100s] (1310/2064) spt-live ingest::tests::stale_commune_suppressed_but_deleted
2026-07-28T02:44:35.5063878Z         PASS [   0.005s] (1311/2064) spt-live inject::tests::long_body_is_capped
2026-07-28T02:44:35.5110242Z         PASS [   0.005s] (1312/2064) spt-live inject::tests::missing_perch_is_best_effort
2026-07-28T02:44:35.5157944Z         PASS [   0.005s] (1313/2064) spt-live inject::tests::tap_appends_a_context_entry
2026-07-28T02:44:35.5172413Z         PASS [   0.142s] (1314/2064) spt-live ingest::tests::marker_only_project_slice_is_not_preserved
2026-07-28T02:44:35.5208655Z         PASS [   0.005s] (1315/2064) spt-live outbound::tests::empty_body_parses_to_empty_intent
2026-07-28T02:44:35.5209994Z         PASS [   2.399s] (1316/2064) spt-daemon::seedproofx no_shared_subnet_is_dropped
2026-07-28T02:44:35.5214550Z         PASS [   0.004s] (1317/2064) spt-live outbound::tests::malformed_and_chunk_lines_are_skipped
2026-07-28T02:44:35.5253167Z         PASS [   0.004s] (1318/2064) spt-live outbound::tests::non_authorable_types_are_ignored
2026-07-28T02:44:35.5254055Z         PASS [   0.004s] (1319/2064) spt-live outbound::tests::parses_reply_and_notify_in_order
2026-07-28T02:44:35.5254807Z         PASS [   0.004s] (1320/2064) spt-live outbound::tests::prose_only_yields_nothing
2026-07-28T02:44:35.5305783Z         PASS [   0.005s] (1321/2064) spt-live outbound::tests::spoofed_routing_attrs_are_unrepresentable
2026-07-28T02:44:35.5307812Z         PASS [   0.005s] (1322/2064) spt-live pulse::tests::echo_gate_fires_exactly_once
2026-07-28T02:44:35.5357255Z         PASS [   0.005s] (1323/2064) spt-live pulse::tests::tick_reports_idle
2026-07-28T02:44:35.5763151Z         PASS [   0.194s] (1324/2064) spt-live ingest::tests::project_tier_precedence_suppression_under_resolvable_id_still_deletes
2026-07-28T02:44:35.5868549Z         PASS [   1.754s] (1325/2064) spt-daemon::sync concurrent_writes_reconcile_on_elected_node_and_converge
2026-07-28T02:44:35.6167598Z         PASS [   0.236s] (1326/2064) spt-live ingest::tests::preserved_drop_retry_is_idempotent_then_commits_on_resolve
2026-07-28T02:44:35.6317561Z         PASS [   0.236s] (1327/2064) spt-live ingest::tests::signoff_deferred_project_preserves_into_commune_pending
2026-07-28T02:44:35.6559345Z         PASS [   2.184s] (1328/2064) spt-daemon::seedproofx wrong_seed_is_dropped
2026-07-28T02:44:35.6631238Z         PASS [   0.194s] (1329/2064) spt-live ingest::tests::untagged_and_suppressed_drops_still_delete
2026-07-28T02:44:35.6722978Z         PASS [   0.142s] (1330/2064) spt-live pulse::tests::tick_ingests_drops
2026-07-28T02:44:35.6766162Z         PASS [   0.100s] (1331/2064) spt-live reconcile::tests::no_conflict_is_a_noop
2026-07-28T02:44:35.6770638Z         PASS [   0.005s] (1332/2064) spt-live resume::tests::pending_strips_checkpoint_sentinel_keeps_inter_marker_text
2026-07-28T02:44:35.6828556Z         PASS [   0.006s] (1333/2064) spt-live signoff::tests::echo_precedes_signoff_compose
2026-07-28T02:44:35.6870468Z         PASS [   0.004s] (1334/2064) spt-live signoff::tests::missing_session_skips_echo
2026-07-28T02:44:35.6911927Z         PASS [   0.004s] (1335/2064) spt-live signoff::tests::recovered_self_is_not_signed_off
2026-07-28T02:44:35.6944120Z         PASS [   0.257s] (1336/2064) spt-live ingest::tests::two_slice_drop_routes_per_tier
2026-07-28T02:44:35.6953011Z         PASS [   0.004s] (1337/2064) spt-live signoff::tests::stale_signoff_swept
2026-07-28T02:44:35.6994314Z         PASS [   0.004s] (1338/2064) spt-live turn::tests::failed_turn_display_carries_stdout_tail_and_marks_empty
2026-07-28T02:44:35.7035839Z         PASS [   0.004s] (1339/2064) spt-live turn::tests::stream_tail_is_bounded_utf8_safe_and_from_the_end
2026-07-28T02:44:35.7055066Z         PASS [   0.170s] (1340/2064) spt-live reconcile::tests::failed_turn_preserves_everything
2026-07-28T02:44:35.7195049Z         PASS [   0.025s] (1341/2064) spt-live turn::tests::empty_stdout_is_an_error
2026-07-28T02:44:35.7286517Z         PASS [   0.025s] (1342/2064) spt-live turn::tests::turn_captures_stdout
2026-07-28T02:44:35.7311116Z         PASS [   0.099s] (1343/2064) spt-live resume::tests::download_appends_pending_drop_after_project
2026-07-28T02:44:35.7330941Z         PASS [   0.004s] (1344/2064) spt-msg deliver::tests::deferred_send_validates
2026-07-28T02:44:35.7620311Z         PASS [   0.237s] (1345/2064) spt-live pulse::tests::commune_defers_project_then_lands_it_across_pulses
2026-07-28T02:44:35.7854852Z         PASS [   0.169s] (1346/2064) spt-live reconcile::tests::suppressed_write_preserves_artifacts
2026-07-28T02:44:35.8083033Z         PASS [   0.152s] (1347/2064) spt-live resume::tests::download_composes_two_tiers
2026-07-28T02:44:35.8128056Z         PASS [   0.004s] (1348/2064) spt-msg emit::tests::anonymous_still_enveloped
2026-07-28T02:44:35.8169854Z         PASS [   0.004s] (1349/2064) spt-msg emit::tests::multiline_body_escapes_and_round_trips
2026-07-28T02:44:35.8180081Z         PASS [   0.231s] (1350/2064) spt-live reconcile::tests::reconcile_merges_and_clears
2026-07-28T02:44:35.8214497Z         PASS [   0.004s] (1351/2064) spt-msg emit::tests::oversized_listener_line_chunks_into_event_parts
2026-07-28T02:44:35.8221093Z         PASS [   0.004s] (1352/2064) spt-msg emit::tests::structural_renders_msg_envelope
2026-07-28T02:44:35.8254959Z         PASS [   0.004s] (1353/2064) spt-msg emit::tests::typed_body_from_wins_over_structural_from_no_double_wrap
2026-07-28T02:44:35.8258784Z         PASS [   0.004s] (1354/2064) spt-msg emit::tests::user_msg_envelope_renders_verbatim_on_both_edges
2026-07-28T02:44:35.8294473Z         PASS [   0.004s] (1355/2064) spt-msg emit::tests::whole_render_never_chunks
2026-07-28T02:44:35.8465979Z         PASS [  15.303s] (1356/2064) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-07-28T02:44:35.8682483Z         PASS [   0.205s] (1357/2064) spt-live resume::tests::download_renders_role_first_then_live_then_project
2026-07-28T02:44:35.8979817Z         PASS [   0.178s] (1358/2064) spt-msg deliver::tests::deferred_send_skips_stream_drain_survives_for_hook
2026-07-28T02:44:35.8980464Z         PASS [   0.112s] (1359/2064) spt-msg deliver::tests::send_outcome_mapping
2026-07-28T02:44:35.9300794Z         PASS [   0.104s] (1360/2064) spt-msg listener::tests::bind_registers_and_round_trips
2026-07-28T02:44:35.9393725Z         PASS [   0.208s] (1361/2064) spt-msg deliver::tests::offline_existing_perch_spools
2026-07-28T02:44:35.9552186Z         PASS [   0.279s] (1362/2064) spt-live signoff::tests::boundary_writes_resume_commune
2026-07-28T02:44:35.9621257Z         PASS [   0.229s] (1363/2064) spt-msg deliver::tests::online_delivers_via_tcp_without_spooling
2026-07-28T02:44:35.9622303Z         PASS [   0.133s] (1364/2064) spt-msg listener::tests::blocking_accepts_within_window
2026-07-28T02:44:35.9624253Z         PASS [   0.094s] (1365/2064) spt-msg listener::tests::drop_unregisters_address
2026-07-28T02:44:35.9666051Z         PASS [   0.004s] (1366/2064) spt-msg ring::tests::ring_no_perch
2026-07-28T02:44:35.9717270Z         PASS [   0.210s] (1367/2064) spt-msg deliver::tests::recycled_pid_address_does_not_misdeliver
2026-07-28T02:44:35.9758273Z         PASS [   0.004s] (1368/2064) spt-msg wire::tests::decode_rejects_overrunning_from_len
2026-07-28T02:44:35.9796094Z         PASS [   0.004s] (1369/2064) spt-msg wire::tests::encode_decode_round_trips_structural
2026-07-28T02:44:35.9840508Z         PASS [   0.004s] (1370/2064) spt-msg wire::tests::encode_empty_from_is_anonymous
2026-07-28T02:44:35.9905991Z         PASS [   0.006s] (1371/2064) spt-msg wire::tests::frame_round_trips_over_loopback
2026-07-28T02:44:35.9947262Z         PASS [   0.004s] (1372/2064) spt-msg wire::tests::oversized_length_prefix_rejected
2026-07-28T02:44:35.9986218Z         PASS [   0.004s] (1373/2064) spt-msg wire::tests::typed_event_body_rides_verbatim
2026-07-28T02:44:36.0532804Z         PASS [   0.207s] (1374/2064) spt-msg listener::tests::blocking_times_out_when_idle
2026-07-28T02:44:36.0724368Z         PASS [  19.517s] (1375/2064) spt::trial_drain_drive_e2e trial_candidate_self_drives_the_reap_of_a_black_holed_old_gen_controller
2026-07-28T02:44:36.0957936Z         PASS [   0.023s] (1376/2064) spt-net net::attach::tests::attach_intents_round_trip
2026-07-28T02:44:36.1053681Z         PASS [   0.009s] (1377/2064) spt-net net::attach::tests::kick_take_and_displaced_round_trip
2026-07-28T02:44:36.1125908Z         PASS [   0.007s] (1378/2064) spt-net net::attach::tests::record_split_across_chunks_reassembles
2026-07-28T02:44:36.1200968Z         PASS [   0.007s] (1379/2064) spt-net net::attach::tests::records_round_trip_and_unknown_kind_is_skipped
2026-07-28T02:44:36.1286549Z         PASS [   0.008s] (1380/2064) spt-net net::attach::tests::request_endpoint_id_is_additive_and_local_wire_is_unchanged
2026-07-28T02:44:36.1351587Z         PASS [   0.006s] (1381/2064) spt-net net::attach::tests::request_without_intent_defaults_to_control
2026-07-28T02:44:36.1418637Z         PASS [   0.007s] (1382/2064) spt-net net::digestpull::tests::records_round_trip_and_degrade
2026-07-28T02:44:36.1511664Z         PASS [   0.445s] (1383/2064) spt-msg deliver::tests::active_only_never_tcp_delivers_to_a_live_relay
2026-07-28T02:44:36.1517117Z         PASS [   0.010s] (1384/2064) spt-net net::digestpull::tests::reply_outcomes_are_distinct_and_round_trip
2026-07-28T02:44:36.1581935Z         PASS [   0.007s] (1385/2064) spt-net net::digestpull::tests::request_wire_shape_carries_the_demux_marker_and_omits_an_absent_depth
2026-07-28T02:44:36.1582855Z         PASS [   0.006s] (1386/2064) spt-net net::digestpull::tests::the_request_carries_no_spoofable_origin_field
2026-07-28T02:44:36.1654222Z         PASS [   0.007s] (1387/2064) spt-net net::endpoint::tests::family_force_off_flag_parsing
2026-07-28T02:44:36.1711733Z         PASS [   0.006s] (1388/2064) spt-net net::endpoint::tests::family_selection_drops_dead_keeps_working
2026-07-28T02:44:36.1725993Z         PASS [   0.275s] (1389/2064) spt-msg ready::tests::recv_gets_live_tcp_message
2026-07-28T02:44:36.1796049Z         PASS [   0.008s] (1390/2064) spt-net net::endpoint::tests::keep_alive_is_under_idle_timeout
2026-07-28T02:44:36.1819441Z         PASS [   0.243s] (1391/2064) spt-msg ready::tests::start_ledgers_a_boot_session_row
2026-07-28T02:44:36.1876036Z         PASS [   0.008s] (1392/2064) spt-net net::mesh::seedproof::tests::cross_connection_replay_fails
2026-07-28T02:44:36.1891080Z         PASS [   0.007s] (1393/2064) spt-net net::mesh::seedproof::tests::forged_proof_fails
2026-07-28T02:44:36.1943125Z         PASS [   0.007s] (1394/2064) spt-net net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage
2026-07-28T02:44:36.1979233Z         PASS [   0.009s] (1395/2064) spt-net net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed
2026-07-28T02:44:36.2002607Z         PASS [   0.245s] (1396/2064) spt-msg ready::tests::start_registers_resolvable_perch
2026-07-28T02:44:36.2031979Z         PASS [   0.007s] (1397/2064) spt-net net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive
2026-07-28T02:44:36.2065998Z         PASS [   0.009s] (1398/2064) spt-net net::mesh::seedproof::tests::mutual_requires_both_sides
2026-07-28T02:44:36.2085215Z         PASS [   0.008s] (1399/2064) spt-net net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed
2026-07-28T02:44:36.2108455Z         PASS [   0.009s] (1400/2064) spt-net net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ
2026-07-28T02:44:36.2128870Z         PASS [   0.315s] (1401/2064) spt-msg ready::tests::backlog_drains_on_start
2026-07-28T02:44:36.2148092Z         PASS [   0.008s] (1402/2064) spt-net net::mesh::seedproof::tests::wrong_epoch_fails
2026-07-28T02:44:36.2167095Z         PASS [   0.008s] (1403/2064) spt-net net::mesh::seedproof::tests::wrong_subnet_fails
2026-07-28T02:44:36.2207259Z         PASS [   0.010s] (1404/2064) spt-net net::notif::tests::forged_origin_field_is_inert
2026-07-28T02:44:36.2240943Z         PASS [   0.009s] (1405/2064) spt-net net::notif::tests::n1_wire_record_omits_default_fields_and_reads_old_shape
2026-07-28T02:44:36.2242012Z         PASS [   0.007s] (1406/2064) spt-net net::notif::tests::record_round_trips_and_unknown_kind_is_skipped
2026-07-28T02:44:36.2242899Z         PASS [   0.293s] (1407/2064) spt-msg ready::tests::soft_cleanup_preserves_spool_and_info
2026-07-28T02:44:36.2243699Z         PASS [   0.261s] (1408/2064) spt-msg ring::tests::ring_offline_target_queues_and_cleans_up
2026-07-28T02:44:36.2244533Z         PASS [   0.008s] (1409/2064) spt-net net::notif::tests::record_split_across_chunks_reassembles
2026-07-28T02:44:36.2302051Z         PASS [   0.009s] (1410/2064) spt-net net::pairing::meet::tests::key_seed_is_not_the_token
2026-07-28T02:44:36.2302884Z         PASS [   0.009s] (1411/2064) spt-net net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound
2026-07-28T02:44:36.2313651Z         PASS [   0.007s] (1412/2064) spt-net net::pairing::ntp::tests::clock_step_forces_refresh_via_injected_reads
2026-07-28T02:44:36.2320519Z         PASS [   0.008s] (1413/2064) spt-net net::pairing::ntp::tests::invalidate_clears_the_snapshot
2026-07-28T02:44:36.2339544Z         PASS [   0.010s] (1414/2064) spt-net net::pairing::meet::tests::skewed_window_contains_the_listener_id
2026-07-28T02:44:36.2391513Z         PASS [   0.009s] (1415/2064) spt-net net::pairing::ntp::tests::offset_applies_signed_and_saturates
2026-07-28T02:44:36.2392597Z         PASS [   0.008s] (1416/2064) spt-net net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies
2026-07-28T02:44:36.2393226Z         PASS [   0.009s] (1417/2064) spt-net net::pairing::ntp::tests::loud_fail_logs_only_on_transitions
2026-07-28T02:44:36.2397657Z         PASS [   0.008s] (1418/2064) spt-net net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp
2026-07-28T02:44:36.2434792Z         PASS [   0.009s] (1419/2064) spt-net net::pairing::ntp::tests::sort_v4_first_leads_with_v4_preserving_family_order
2026-07-28T02:44:36.2482276Z         PASS [   0.008s] (1420/2064) spt-net net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps
2026-07-28T02:44:36.2483545Z         PASS [   0.009s] (1421/2064) spt-net net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged
2026-07-28T02:44:36.2504273Z         PASS [   0.092s] (1422/2064) spt-net net::endpoint::tests::endpoint_id_binds_to_identity
2026-07-28T02:44:36.2561566Z         PASS [   0.012s] (1423/2064) spt-net net::pairing::ratelimit::tests::backoff_is_per_subnet
2026-07-28T02:44:36.2569536Z         PASS [   0.009s] (1424/2064) spt-net net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets
2026-07-28T02:44:36.2600205Z         PASS [   0.011s] (1425/2064) spt-net net::pairing::ratelimit::tests::failures_impose_exponential_backoff
2026-07-28T02:44:36.2601304Z         PASS [   0.009s] (1426/2064) spt-net net::pairing::ratelimit::tests::one_active_ceremony_per_subnet
2026-07-28T02:44:36.2655151Z         PASS [   0.009s] (1427/2064) spt-net net::pairing::ratelimit::tests::success_clears_accumulated_backoff
2026-07-28T02:44:36.2660088Z         PASS [   0.009s] (1428/2064) spt-net net::pairing::rendezvous::tests::distinct_same_length_names_diverge
2026-07-28T02:44:36.2668326Z         PASS [   0.008s] (1429/2064) spt-net net::pairing::rendezvous::tests::token_is_deterministic
2026-07-28T02:44:36.2682369Z         PASS [   0.009s] (1430/2064) spt-net net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision
2026-07-28T02:44:36.2751486Z         PASS [   0.010s] (1431/2064) spt-net net::pairing::rendezvous::tests::token_varies_with_name_and_step
2026-07-28T02:44:36.2756490Z         PASS [   0.313s] (1432/2064) spt-msg ring::tests::ring_gets_reply_and_cleans_up
2026-07-28T02:44:36.2757889Z         PASS [   0.010s] (1433/2064) spt-net net::pairing::rendezvous::tests::window_is_three_adjacent_tokens
2026-07-28T02:44:36.3081639Z         PASS [   0.135s] (1434/2064) spt-net net::endpoint::tests::two_endpoints_loopback_echo
2026-07-28T02:44:36.3219803Z         PASS [   0.054s] (1435/2064) spt-net net::pairing::spake::tests::reflected_role_is_rejected_by_pake
2026-07-28T02:44:36.3494391Z         PASS [   0.127s] (1436/2064) spt-net net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint
2026-07-28T02:44:36.3638007Z         PASS [   0.097s] (1437/2064) spt-net net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key
2026-07-28T02:44:36.3688323Z         PASS [   0.093s] (1438/2064) spt-net net::pairing::spake::tests::stale_step_fails
2026-07-28T02:44:36.3725043Z         PASS [   0.009s] (1439/2064) spt-net net::pairing::totp::tests::code_at_is_six_zero_padded_digits
2026-07-28T02:44:36.3744314Z         PASS [   0.098s] (1440/2064) spt-net net::pairing::spake::tests::substituted_pubkey_fails
2026-07-28T02:44:36.3775162Z         PASS [   0.009s] (1441/2064) spt-net net::pairing::totp::tests::debug_redacts_seed
2026-07-28T02:44:36.3782202Z         PASS [   0.103s] (1442/2064) spt-net net::pairing::spake::tests::stale_epoch_fails
2026-07-28T02:44:36.3817666Z         PASS [   0.009s] (1443/2064) spt-net net::pairing::totp::tests::generated_seeds_are_distinct
2026-07-28T02:44:36.3834676Z         PASS [   0.009s] (1444/2064) spt-net net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors
2026-07-28T02:44:36.3861148Z         PASS [   0.008s] (1445/2064) spt-net net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded
2026-07-28T02:44:36.3866977Z         PASS [   0.008s] (1446/2064) spt-net net::pairing::totp::tests::seed_round_trips_through_base32
2026-07-28T02:44:36.3901850Z         PASS [   0.008s] (1447/2064) spt-net net::pairing::totp::tests::time_step_is_floor_unix_over_period
2026-07-28T02:44:36.3917977Z         PASS [   0.393s] (1448/2064) spt-msg::killer_quickstart offline_then_online_delivers_backlog
2026-07-28T02:44:36.3926269Z         PASS [   0.009s] (1449/2064) spt-net net::pairing::totp::tests::window_accepts_plus_minus_one_only
2026-07-28T02:44:36.3952788Z         PASS [   0.008s] (1450/2064) spt-net net::pairing::transcript::tests::diverged_shared_secret_fails_verification
2026-07-28T02:44:36.4003462Z         PASS [   0.011s] (1451/2064) spt-net net::pairing::transcript::tests::each_bound_field_changes_the_tag
2026-07-28T02:44:36.4017949Z         PASS [   0.009s] (1452/2064) spt-net net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ
2026-07-28T02:44:36.4019600Z         PASS [   0.011s] (1453/2064) spt-net net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision
2026-07-28T02:44:36.4021148Z         PASS [   0.009s] (1454/2064) spt-net net::pairing::transcript::tests::message_order_is_bound
2026-07-28T02:44:36.4034496Z         PASS [   0.009s] (1455/2064) spt-net net::pairing::transcript::tests::pake_identity_binds_role_and_context
2026-07-28T02:44:36.4117402Z         PASS [   0.104s] (1456/2064) spt-net net::pairing::spake::tests::tampered_tag_fails
2026-07-28T02:44:36.4126364Z         PASS [   0.011s] (1457/2064) spt-net net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips
2026-07-28T02:44:36.4132441Z         PASS [   0.011s] (1458/2064) spt-net net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage
2026-07-28T02:44:36.4198878Z         PASS [   0.007s] (1459/2064) spt-net net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips
2026-07-28T02:44:36.4215542Z         PASS [   0.100s] (1460/2064) spt-net net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake
2026-07-28T02:44:36.4454051Z         PASS [   0.096s] (1461/2064) spt-net net::pairing::spake::tests::wrong_subnet_fails
2026-07-28T02:44:36.4556823Z         PASS [   0.010s] (1462/2064) spt-net net::registry::tests::adapter_projects_controlled_serde_and_n_minus_one
2026-07-28T02:44:36.4680382Z         PASS [   0.010s] (1463/2064) spt-net net::registry::tests::advertise_if_visible_gates_before_join
2026-07-28T02:44:36.4737350Z         PASS [   0.076s] (1464/2064) spt-net net::pairing::wire::tests::busy_subnet_refuses_ceremony
2026-07-28T02:44:36.4745893Z         PASS [   0.009s] (1465/2064) spt-net net::registry::tests::display_parity_fields_serde_and_n_minus_one
2026-07-28T02:44:36.4812213Z         PASS [   0.007s] (1466/2064) spt-net net::registry::tests::distinct_nodes_are_separate_instances
2026-07-28T02:44:36.4813422Z         PASS [   0.007s] (1467/2064) spt-net net::registry::tests::equal_epoch_replay_is_stale_noop
2026-07-28T02:44:36.4898902Z         PASS [   0.076s] (1468/2064) spt-net net::pairing::wire::tests::stale_step_is_rejected
2026-07-28T02:44:36.4900024Z         PASS [   0.009s] (1469/2064) spt-net net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin
2026-07-28T02:44:36.4900904Z         PASS [   0.009s] (1470/2064) spt-net net::registry::tests::evicting_dead_node_clears_phantom_ambiguity
2026-07-28T02:44:36.4981841Z         PASS [   0.008s] (1471/2064) spt-net net::registry::tests::exclusion_prunes_cross_subnet_ambiguity
2026-07-28T02:44:36.4982601Z         PASS [   0.008s] (1472/2064) spt-net net::registry::tests::join_colliding_id_on_other_node_refuses_untouched
2026-07-28T02:44:36.4983630Z         PASS [   0.008s] (1473/2064) spt-net net::registry::tests::join_collides_even_with_offline_holder
2026-07-28T02:44:36.4990590Z         PASS [   0.079s] (1474/2064) spt-net net::pairing::wire::tests::unknown_subnet_is_rejected
2026-07-28T02:44:36.5058651Z         PASS [   0.008s] (1475/2064) spt-net net::registry::tests::join_fresh_id_is_inserted
2026-07-28T02:44:36.5060349Z         PASS [   0.008s] (1476/2064) spt-net net::registry::tests::join_same_node_falls_through_to_lease
2026-07-28T02:44:36.5061300Z         PASS [   0.008s] (1477/2064) spt-net net::registry::tests::join_same_name_in_different_subnet_is_legal
2026-07-28T02:44:36.5067757Z         PASS [   0.008s] (1478/2064) spt-net net::registry::tests::newer_epoch_supersedes_same_node
2026-07-28T02:44:36.5135784Z         PASS [   0.007s] (1479/2064) spt-net net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared
2026-07-28T02:44:36.5139949Z         PASS [   0.008s] (1480/2064) spt-net net::registry::tests::node_level_label_lease_persist_prune_and_serde
2026-07-28T02:44:36.5141852Z         PASS [   0.008s] (1481/2064) spt-net net::registry::tests::node_label_rides_the_lease_and_serde
2026-07-28T02:44:36.5146092Z         PASS [   0.008s] (1482/2064) spt-net net::registry::tests::offline_rows_decay_past_grace_own_rows_survive
2026-07-28T02:44:36.5217151Z         PASS [   0.008s] (1483/2064) spt-net net::registry::tests::presence_datum_rides_the_lease_and_serde
2026-07-28T02:44:36.5219925Z         PASS [   0.008s] (1484/2064) spt-net net::registry::tests::offline_since_side_map_is_self_pruning
2026-07-28T02:44:36.5220812Z         PASS [   0.008s] (1485/2064) spt-net net::registry::tests::purge_churn_offline_ghosts_stay_bounded
2026-07-28T02:44:36.5223513Z         PASS [   0.008s] (1486/2064) spt-net net::registry::tests::registry_serde_roundtrips
2026-07-28T02:44:36.5301617Z         PASS [   0.008s] (1487/2064) spt-net net::registry::tests::rename_collision_refuses_whole_ripple
2026-07-28T02:44:36.5303603Z         PASS [   0.008s] (1488/2064) spt-net net::registry::tests::resolve_across_local_wins_over_remote_in_other_subnet
2026-07-28T02:44:36.5304629Z         PASS [   0.008s] (1489/2064) spt-net net::registry::tests::resolve_across_bare_id_distinct_nodes_refuses_acrossnodes
2026-07-28T02:44:36.5305621Z         PASS [   0.008s] (1490/2064) spt-net net::registry::tests::rename_ripples_rows_across_advertised_subnets
2026-07-28T02:44:36.5313258Z         PASS [   0.565s] (1491/2064) spt-msg ring::tests::ring_timeout_cleans_up
2026-07-28T02:44:36.5390439Z         PASS [   0.009s] (1492/2064) spt-net net::registry::tests::resolve_across_subnet_qualified_routes_there
2026-07-28T02:44:36.5391685Z         PASS [   0.009s] (1493/2064) spt-net net::registry::tests::resolve_across_same_node_twins_keep_freshest_epoch
2026-07-28T02:44:36.5392662Z         PASS [   0.009s] (1494/2064) spt-net net::registry::tests::resolve_across_unique_id_resolves
2026-07-28T02:44:36.5393640Z         PASS [   0.009s] (1495/2064) spt-net net::registry::tests::resolve_across_same_node_two_subnets_resolves
2026-07-28T02:44:36.5395797Z         PASS [   0.008s] (1496/2064) spt-net net::registry::tests::resolve_multiple_live_nodes_refuses
2026-07-28T02:44:36.5489161Z         PASS [   0.009s] (1497/2064) spt-net net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found
2026-07-28T02:44:36.5490109Z         PASS [   0.009s] (1498/2064) spt-net net::registry::tests::resolve_prefers_local_instance
2026-07-28T02:44:36.5490989Z         PASS [   0.009s] (1499/2064) spt-net net::registry::tests::resource_projection_filters_hidden_and_offline
2026-07-28T02:44:36.5491876Z         PASS [   0.009s] (1500/2064) spt-net net::registry::tests::resource_blurb_rides_the_lease_and_serde
2026-07-28T02:44:36.5492730Z         PASS [   0.009s] (1501/2064) spt-net net::registry::tests::resolve_sole_live_remote_and_skips_offline
2026-07-28T02:44:36.5534742Z         PASS [   0.314s] (1502/2064) spt-net net::pairing::ntp::tests::unreachable_server_falls_back
2026-07-28T02:44:36.5561636Z         PASS [   0.317s] (1503/2064) spt-net net::pairing::ntp::tests::v6_first_ordering_does_not_starve_the_query
2026-07-28T02:44:36.5571558Z         PASS [   0.009s] (1504/2064) spt-net net::registry::tests::resource_projection_threads_node_label
2026-07-28T02:44:36.5572675Z         PASS [   0.009s] (1505/2064) spt-net net::registry::tests::revival_not_out_raced
2026-07-28T02:44:36.5573758Z         PASS [   0.009s] (1506/2064) spt-net net::registry::tests::resource_projection_threads_adapter_projects_controlled
2026-07-28T02:44:36.5574903Z         PASS [   0.009s] (1507/2064) spt-net net::registry::tests::resource_projection_threads_endpoint_type
2026-07-28T02:44:36.5575961Z         PASS [   0.009s] (1508/2064) spt-net net::registry::tests::select_rest_target_offline_never_a_candidate
2026-07-28T02:44:36.5634545Z         PASS [   0.010s] (1509/2064) spt-net net::registry::tests::select_rest_target_suspend_goal_satisfaction
2026-07-28T02:44:36.5672396Z         PASS [   0.010s] (1510/2064) spt-net net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines
2026-07-28T02:44:36.5687003Z         PASS [   0.010s] (1511/2064) spt-net net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat
2026-07-28T02:44:36.5688391Z         PASS [   0.011s] (1512/2064) spt-net net::registry::tests::select_rest_target_wake_goal_satisfaction
2026-07-28T02:44:36.5690105Z         PASS [   0.010s] (1513/2064) spt-net net::registry::tests::stale_active_cannot_clobber_newer_offline
2026-07-28T02:44:36.5691297Z         PASS [   0.009s] (1514/2064) spt-net net::replicate::tests::apply_routes_by_subnet_and_drops_non_member
2026-07-28T02:44:36.5692540Z         PASS [   0.010s] (1515/2064) spt-net net::registry::tests::suspended_is_addressable_and_roundtrips
2026-07-28T02:44:36.5693719Z         PASS [   0.158s] (1516/2064) spt-net net::pairing::wire::tests::repair_member_keeps_seed
2026-07-28T02:44:36.5694924Z         PASS [   0.166s] (1517/2064) spt-net net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster
2026-07-28T02:44:36.5696195Z         PASS [   0.169s] (1518/2064) spt-net net::pairing::wire::tests::create_new_then_join_learns_named_subnet
2026-07-28T02:44:36.5750974Z         PASS [   0.011s] (1519/2064) spt-net net::replicate::tests::stale_wire_update_cannot_clobber_newer_state
2026-07-28T02:44:36.5768172Z         PASS [   0.010s] (1520/2064) spt-net net::rest::tests::records_round_trip_and_degrade
2026-07-28T02:44:36.5769861Z         PASS [   0.009s] (1521/2064) spt-net net::serveprobe::tests::records_round_trip_and_degrade
2026-07-28T02:44:36.5771248Z         PASS [   0.009s] (1522/2064) spt-net net::sync::tests::record_split_across_chunks_reassembles
2026-07-28T02:44:36.5772419Z         PASS [   0.010s] (1523/2064) spt-net net::replicate::tests::update_round_trips_and_tolerates_unknown_field
2026-07-28T02:44:36.5773524Z         PASS [   0.010s] (1524/2064) spt-net net::sync::tests::forged_origin_field_is_inert
2026-07-28T02:44:36.5774561Z         PASS [   0.010s] (1525/2064) spt-net net::shelllink::tests::records_round_trip_and_degrade
2026-07-28T02:44:36.5798900Z         PASS [   0.010s] (1526/2064) spt-net net::update::tests::forged_origin_field_is_inert
2026-07-28T02:44:36.5811061Z         PASS [   0.010s] (1527/2064) spt-net net::update::tests::record_split_across_chunks_reassembles
2026-07-28T02:44:36.5812405Z         PASS [   0.011s] (1528/2064) spt-net net::sync::tests::records_round_trip_and_unknown_kind_is_skipped
2026-07-28T02:44:36.5867258Z         PASS [   0.010s] (1529/2064) spt-net net::xfer::tests::forged_origin_field_is_inert
2026-07-28T02:44:36.5869792Z         PASS [   0.006s] (1530/2064) spt-proto addr::tests::parses_every_qualifier_combination
2026-07-28T02:44:36.5873115Z         PASS [   0.010s] (1531/2064) spt-net net::wanmsg::tests::reply_round_trips_and_tolerates_unknown_field
2026-07-28T02:44:36.5876540Z         PASS [   0.010s] (1532/2064) spt-net net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field
2026-07-28T02:44:36.5877856Z         PASS [   0.012s] (1533/2064) spt-net net::update::tests::records_round_trip_and_unknown_kind_is_skipped
2026-07-28T02:44:36.5878907Z         PASS [   0.007s] (1534/2064) spt-proto addr::tests::display_round_trips
2026-07-28T02:44:36.5880075Z         PASS [   0.011s] (1535/2064) spt-net net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals
2026-07-28T02:44:36.5902266Z         PASS [   0.012s] (1536/2064) spt-net net::wanmsg::tests::forged_origin_field_is_inert
2026-07-28T02:44:36.5903230Z         PASS [   0.012s] (1537/2064) spt-net net::xfer::tests::record_split_across_chunks_reassembles
2026-07-28T02:44:36.5904171Z         PASS [   0.009s] (1538/2064) spt-net net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped
2026-07-28T02:44:36.5930936Z         PASS [   0.006s] (1539/2064) spt-proto addr::tests::rejects_doubled_delimiters
2026-07-28T02:44:36.5931947Z         PASS [   0.006s] (1540/2064) spt-proto chunk::tests::missing_middle_part_is_dropped
2026-07-28T02:44:36.5933375Z         PASS [   0.005s] (1541/2064) spt-proto chunk::tests::reassemble_stream_handles_mixed_traffic
2026-07-28T02:44:36.5934267Z         PASS [   0.006s] (1542/2064) spt-proto chunk::tests::malformed_parts_return_none
2026-07-28T02:44:36.5935207Z         PASS [   0.006s] (1543/2064) spt-proto chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded
2026-07-28T02:44:36.5936358Z         PASS [   0.006s] (1544/2064) spt-proto addr::tests::rejects_empty_or_bad_components
2026-07-28T02:44:36.5971494Z         PASS [   0.172s] (1545/2064) spt-net net::pairing::wire::tests::wrong_code_fails_and_records_no_membership
2026-07-28T02:44:36.5975346Z         PASS [   0.007s] (1546/2064) spt-proto chunk::tests::orphan_group_without_head_is_dropped
2026-07-28T02:44:36.5976571Z         PASS [   0.006s] (1547/2064) spt-proto chunk::tests::short_line_passes_through_unchunked
2026-07-28T02:44:36.5977540Z         PASS [   0.005s] (1548/2064) spt-proto endpoint::tests::agent_vs_shell_split
2026-07-28T02:44:36.5988023Z         PASS [   0.006s] (1549/2064) spt-proto endpoint::tests::broker_and_node_families
2026-07-28T02:44:36.5991742Z         PASS [   0.006s] (1550/2064) spt-proto envelope::tests::body_escape_is_cr_linesafe
2026-07-28T02:44:36.5995426Z         PASS [   0.006s] (1551/2064) spt-proto endpoint::tests::shell_kind_round_trips
2026-07-28T02:44:36.5998130Z         PASS [   0.006s] (1552/2064) spt-proto endpoint::tests::day_one_tags_round_trip
2026-07-28T02:44:36.5999965Z         PASS [   0.006s] (1553/2064) spt-proto envelope::tests::body_escape_unescape_round_trips_html_and_newlines
2026-07-28T02:44:36.6001344Z         PASS [   0.006s] (1554/2064) spt-proto envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode
2026-07-28T02:44:36.6002636Z         PASS [   0.005s] (1555/2064) spt-proto envelope::tests::from_attr_returns_none_on_garbage_or_empty
2026-07-28T02:44:36.6023095Z         PASS [   0.006s] (1556/2064) spt-proto envelope::tests::parser_both_tags_present
2026-07-28T02:44:36.6025380Z         PASS [   0.009s] (1557/2064) spt-proto endpoint::tests::unknown_tag_tolerated_and_preserved
2026-07-28T02:44:36.6026511Z         PASS [   0.007s] (1558/2064) spt-proto envelope::tests::from_attr_unescape_is_amp_last
2026-07-28T02:44:36.6049988Z         PASS [   0.006s] (1559/2064) spt-proto envelope::tests::parser_no_tags_falls_back_whole_payload_to_live
2026-07-28T02:44:36.6051086Z         PASS [   0.005s] (1560/2064) spt-proto envelope::tests::parser_unclosed_live_tag_does_not_scoop_project
2026-07-28T02:44:36.6054030Z         PASS [   0.005s] (1561/2064) spt-proto event::tests::attr_decode_is_amp_last
2026-07-28T02:44:36.6056888Z         PASS [   0.005s] (1562/2064) spt-proto event::tests::alarm_event_round_trips
2026-07-28T02:44:36.6057959Z         PASS [   0.006s] (1563/2064) spt-proto envelope::tests::parser_out_of_order_tags_both_extracted
2026-07-28T02:44:36.6058940Z         PASS [   0.006s] (1564/2064) spt-proto event::tests::attr_order_preserved
2026-07-28T02:44:36.6060911Z         PASS [   0.007s] (1565/2064) spt-proto envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved
2026-07-28T02:44:36.6106515Z         PASS [   0.007s] (1566/2064) spt-proto event::tests::empty_body_envelope_parses
2026-07-28T02:44:36.6108004Z         PASS [   0.008s] (1567/2064) spt-proto event::tests::body_with_literal_event_tokens_round_trips
2026-07-28T02:44:36.6137147Z         PASS [   0.557s] (1568/2064) spt-msg::killer_quickstart two_agents_exchange_message_tcp_and_spool
2026-07-28T02:44:36.6158235Z         PASS [   0.006s] (1569/2064) spt-proto event::tests::psyche_authorable_types_are_reply_and_notify_only
2026-07-28T02:44:36.6174034Z         PASS [   0.006s] (1570/2064) spt-proto event::tests::typed_predicate_rejects_partials
2026-07-28T02:44:36.6185744Z         PASS [   0.006s] (1571/2064) spt-proto event::tests::user_msg_envelope_is_n_minus_one_tolerant
2026-07-28T02:44:36.6187496Z         PASS [   0.006s] (1572/2064) spt-proto event::tests::msg_event_round_trips
2026-07-28T02:44:36.6189488Z         PASS [   0.006s] (1573/2064) spt-proto event::tests::typed_envelope_detected_and_parsed
2026-07-28T02:44:36.6190708Z         PASS [   0.006s] (1574/2064) spt-proto event::tests::user_msg_gate_is_not_payload_trusted
2026-07-28T02:44:36.6191916Z         PASS [   0.010s] (1575/2064) spt-proto event::tests::malformed_inputs_return_none_without_panic
2026-07-28T02:44:36.6193534Z         PASS [   0.009s] (1576/2064) spt-proto event::tests::user_msg_event_round_trips
2026-07-28T02:44:36.6194621Z         PASS [   0.007s] (1577/2064) spt-proto event::tests::user_msg_identity_gate_truth_table
2026-07-28T02:44:36.6195651Z         PASS [   0.007s] (1578/2064) spt-proto id::tests::accepts_japanese_scripts
2026-07-28T02:44:36.6196661Z         PASS [   0.006s] (1579/2064) spt-proto id::tests::accepts_plain_and_composite_ids
2026-07-28T02:44:36.6197689Z         PASS [   0.006s] (1580/2064) spt-proto id::tests::rejects_empty_and_overlong
2026-07-28T02:44:36.6198699Z         PASS [   0.006s] (1581/2064) spt-proto id::tests::reserves_address_delimiters
2026-07-28T02:44:36.6199900Z         PASS [   0.006s] (1582/2064) spt-proto id::tests::rejects_path_whitespace_and_control
2026-07-28T02:44:36.6200949Z         PASS [   0.007s] (1583/2064) spt-proto id::tests::reports_bad_char_position
2026-07-28T02:44:36.6201981Z         PASS [   0.007s] (1584/2064) spt-proto identity::tests::bad_inputs_error_without_panic
2026-07-28T02:44:36.6245581Z         PASS [   0.010s] (1585/2064) spt-proto identity::tests::public_key_hex_round_trips
2026-07-28T02:44:36.6246825Z         PASS [   0.006s] (1586/2064) spt-proto payload::tests::binary_blob_round_trips_all_byte_values
2026-07-28T02:44:36.6247786Z         PASS [   0.006s] (1587/2064) spt-proto payload::tests::blob_padding_lengths_round_trip
2026-07-28T02:44:36.6248664Z         PASS [   0.006s] (1588/2064) spt-proto payload::tests::command_payload_round_trips
2026-07-28T02:44:36.6249704Z         PASS [   0.006s] (1589/2064) spt-proto payload::tests::text_payload_round_trips
2026-07-28T02:44:36.6250606Z         PASS [   0.006s] (1590/2064) spt-proto payload::tests::unknown_or_malformed_decodes_to_none
2026-07-28T02:44:36.6251460Z         PASS [   0.007s] (1591/2064) spt-proto payload::tests::base64_known_vectors
2026-07-28T02:44:36.6255685Z         PASS [   0.006s] (1592/2064) spt-proto version::tests::n_minus_one_window_accepts_and_rejects
2026-07-28T02:44:36.6265511Z         PASS [   0.008s] (1593/2064) spt-proto version::tests::current_version_self_compatible
2026-07-28T02:44:36.6289206Z         PASS [   0.006s] (1594/2064) spt-proto version::tests::window_floor_saturates_at_zero
2026-07-28T02:44:36.6305782Z         PASS [   0.019s] (1595/2064) spt-proto identity::tests::known_answer_fixed_seed_is_stable
2026-07-28T02:44:36.6328042Z         PASS [   0.042s] (1596/2064) spt-proto chunk::tests::split_then_reassemble_is_byte_identity
2026-07-28T02:44:36.6367525Z         PASS [   0.013s] (1597/2064) spt-runtime manifest::tests::fetcher_strategy_requires_fetcher_field
2026-07-28T02:44:36.6371799Z         PASS [   0.011s] (1598/2064) spt-runtime manifest::tests::harness_kind_with_shell_section_fails_validation
2026-07-28T02:44:36.6372838Z         PASS [   0.007s] (1599/2064) spt-runtime manifest::tests::inject_env_without_value_fails_validation
2026-07-28T02:44:36.6408747Z         PASS [   0.013s] (1600/2064) spt-runtime manifest::tests::harness_fixture_parses_all_sections
2026-07-28T02:44:36.6419141Z         PASS [   0.014s] (1601/2064) spt-runtime manifest::tests::fetcher_digest_strategy_needs_no_source
2026-07-28T02:44:36.6420500Z         PASS [   0.015s] (1602/2064) spt-runtime manifest::tests::digest_section_validation_errors
2026-07-28T02:44:36.6421628Z         PASS [   0.011s] (1603/2064) spt-runtime manifest::tests::host_binaries_optional_and_n1_safe
2026-07-28T02:44:36.6422735Z         PASS [   0.019s] (1604/2064) spt-runtime manifest::tests::digest_section_source_resolution
2026-07-28T02:44:36.6439317Z         PASS [   0.021s] (1605/2064) spt-runtime manifest::tests::checked_in_schema_is_current
2026-07-28T02:44:36.6460751Z         PASS [   0.007s] (1606/2064) spt-runtime manifest::tests::profile_overlays_hints_wholesale
2026-07-28T02:44:36.6501379Z         PASS [   0.008s] (1607/2064) spt-runtime manifest::tests::per_capability_act_gate_parses_and_validates
2026-07-28T02:44:36.6503296Z         PASS [   0.007s] (1608/2064) spt-runtime manifest::tests::role_template_is_role_aware_for_notif_extras
2026-07-28T02:44:36.6540815Z         PASS [   0.007s] (1609/2064) spt-runtime manifest::tests::role_template_admits_valid_and_refuses_bad_env_inject
2026-07-28T02:44:36.6566464Z         PASS [   0.009s] (1610/2064) spt-runtime manifest::tests::message_idle_translation_binary_opt_in
2026-07-28T02:44:36.6582856Z         PASS [   0.009s] (1611/2064) spt-runtime manifest::tests::minimal_header_only_manifest_is_valid
2026-07-28T02:44:36.6599819Z         PASS [   0.007s] (1612/2064) spt-runtime manifest::tests::role_template_refuses_env_remove_read_contradiction
2026-07-28T02:44:36.6600944Z         PASS [   0.015s] (1613/2064) spt-runtime manifest::tests::manifest_schema_shape
2026-07-28T02:44:36.6601768Z         PASS [   0.023s] (1614/2064) spt-runtime manifest::tests::hint_keyword_matching
2026-07-28T02:44:36.6602737Z         PASS [   0.009s] (1615/2064) spt-runtime manifest::tests::role_template_refuses_unfillable_key_but_parse_admits
2026-07-28T02:44:36.6603812Z         PASS [   0.007s] (1616/2064) spt-runtime manifest::tests::role_template_refuses_unterminated_brace
2026-07-28T02:44:36.6604936Z         PASS [   0.008s] (1617/2064) spt-runtime manifest::tests::service_section_parses_round_trips_and_defaults_its_grace
2026-07-28T02:44:36.6605984Z         PASS [   0.008s] (1618/2064) spt-runtime manifest::tests::shell_fixture_parses
2026-07-28T02:44:36.6606921Z         PASS [   0.007s] (1619/2064) spt-runtime manifest::tests::shell_kind_without_shell_section_fails_validation
2026-07-28T02:44:36.6607966Z         PASS [   0.009s] (1620/2064) spt-runtime manifest::tests::role_template_skips_retired_psyche_init
2026-07-28T02:44:36.6609092Z         PASS [   0.009s] (1621/2064) spt-runtime manifest::tests::service_section_refuses_contradictions
2026-07-28T02:44:36.6610176Z         PASS [   0.009s] (1622/2064) spt-runtime manifest::tests::session_resume_role_parses_roundtrips_and_is_backcompat
2026-07-28T02:44:36.6611163Z         PASS [   0.008s] (1623/2064) spt-runtime manifest::tests::shell_tunnel_opt_in
2026-07-28T02:44:36.6611976Z         PASS [   0.012s] (1624/2064) spt-runtime manifest::tests::round_trips_through_toml
2026-07-28T02:44:36.6612944Z         PASS [   0.007s] (1625/2064) spt-runtime manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic
2026-07-28T02:44:36.6613932Z         PASS [   0.007s] (1626/2064) spt-runtime manifest::tests::translation_binary_command_field
2026-07-28T02:44:36.6614876Z         PASS [   0.006s] (1627/2064) spt-runtime manifest::tests::version_meets_floor_numeric_not_lexical
2026-07-28T02:44:36.6615874Z         PASS [   0.012s] (1628/2064) spt-runtime manifest::tests::shortcut_basename_optional_with_default
2026-07-28T02:44:36.6641848Z         PASS [   0.008s] (1629/2064) spt-runtime manifest::tests::unknown_enum_variant_is_an_error_not_a_panic
2026-07-28T02:44:36.6661618Z         PASS [   0.008s] (1630/2064) spt-runtime manifest::tests::update_avenue_content_signing_fields
2026-07-28T02:44:36.6662538Z         PASS [   0.008s] (1631/2064) spt-runtime manifest::tests::update_post_sub_table
2026-07-28T02:44:36.6663374Z         PASS [   0.008s] (1632/2064) spt-runtime manifest::tests::update_avenue_gh_release_fields
2026-07-28T02:44:36.6664307Z         PASS [   0.007s] (1633/2064) spt-runtime profile::tests::adapter_parent_matches_on_parent_not_composite
2026-07-28T02:44:36.6665199Z         PASS [   0.008s] (1634/2064) spt-runtime profile::tests::deep_nested_leaf_replace
2026-07-28T02:44:36.6666114Z         PASS [   0.008s] (1635/2064) spt-runtime profile::tests::file_pointer_recognized_only_for_single_file_key_table
2026-07-28T02:44:36.6683298Z         PASS [   0.007s] (1636/2064) spt-runtime profile::tests::split_option_first_colon
2026-07-28T02:44:36.6684509Z         PASS [   0.009s] (1637/2064) spt-runtime profile::tests::profile_overlays_strings
2026-07-28T02:44:36.6685609Z         PASS [   0.053s] (1638/2064) spt-proto identity::tests::sign_verify_round_trip
2026-07-28T02:44:36.6686616Z         PASS [   0.007s] (1639/2064) spt-runtime profile::tests::resolve_unknown_profile_errors
2026-07-28T02:44:36.6687914Z         PASS [   0.007s] (1640/2064) spt-runtime profile::tests::tighten_only_allows_tightening
2026-07-28T02:44:36.6689139Z         PASS [   0.008s] (1641/2064) spt-runtime profile::tests::resolve_shipped_profile_applies_overlay
2026-07-28T02:44:36.6692379Z         PASS [   0.007s] (1642/2064) spt-runtime profile::tests::tighten_only_refuses_loosened_over_cap
2026-07-28T02:44:36.6693539Z         PASS [   0.007s] (1643/2064) spt-runtime profile::tests::tighten_only_refuses_loosened_require_approval
2026-07-28T02:44:36.6704648Z         PASS [   0.009s] (1644/2064) spt-runtime profile::tests::string_dot_path_read_write
2026-07-28T02:44:36.6726919Z         PASS [   0.009s] (1645/2064) spt-runtime registry::tests::create_local_profile_guards
2026-07-28T02:44:36.6728081Z         PASS [   0.014s] (1646/2064) spt-runtime profile::tests::leaf_replace_contract
2026-07-28T02:44:36.6764236Z         PASS [   0.007s] (1647/2064) spt-runtime registry::tests::invalid_manifest_records_nothing
2026-07-28T02:44:36.6779746Z         PASS [   0.012s] (1648/2064) spt-runtime registry::tests::cross_adapter_fallback_target_resolves_adapter_and_profile
2026-07-28T02:44:36.6791148Z         PASS [   0.009s] (1649/2064) spt-runtime registry::tests::missing_string_file_skips_at_read_without_error
2026-07-28T02:44:36.6801474Z         PASS [   0.011s] (1650/2064) spt-runtime registry::tests::file_backed_string_reads_contents_lazily
2026-07-28T02:44:36.6802525Z         PASS [   0.011s] (1651/2064) spt-runtime registry::tests::local_profile_survives_readd
2026-07-28T02:44:36.6803587Z         PASS [   0.011s] (1652/2064) spt-runtime registry::tests::pointer_missing_manifest_is_deferred_not_cryptic
2026-07-28T02:44:36.6804642Z         PASS [   0.008s] (1653/2064) spt-runtime registry::tests::register_refuses_unfillable_role_key_and_writes_nothing
2026-07-28T02:44:36.6805669Z         PASS [   0.010s] (1654/2064) spt-runtime registry::tests::register_copy_vs_pointer_by_avenue
2026-07-28T02:44:36.6811679Z         PASS [   0.013s] (1655/2064) spt-runtime registry::tests::delete_local_profile_rules
2026-07-28T02:44:36.6812674Z         PASS [   0.012s] (1656/2064) spt-runtime registry::tests::local_profile_overrides_a_shipped_file_pointer
2026-07-28T02:44:36.6833854Z         PASS [   0.009s] (1657/2064) spt-runtime registry::tests::register_with_core_admits_when_core_meets_floor
2026-07-28T02:44:36.6872940Z         PASS [   0.013s] (1658/2064) spt-runtime registry::tests::deregister_is_soft_and_readd_reactivates
2026-07-28T02:44:36.6874504Z         PASS [   0.008s] (1659/2064) spt-runtime registry::tests::register_with_core_refuses_below_floor_and_writes_nothing
2026-07-28T02:44:36.6881786Z         PASS [   0.008s] (1660/2064) spt-runtime resolve::tests::normalize_folds_case_and_stems_first_dot
2026-07-28T02:44:36.6884421Z         PASS [   0.008s] (1661/2064) spt-runtime resolve::tests::no_candidate_when_no_adapter_hosts_binary
2026-07-28T02:44:36.6886174Z         PASS [   0.009s] (1662/2064) spt-runtime registry::tests::string_file_pointer_escaping_the_dir_is_refused_at_register
2026-07-28T02:44:36.6894490Z         PASS [   0.010s] (1663/2064) spt-runtime registry::tests::resolve_option_in_matches_disk
2026-07-28T02:44:36.6931998Z         PASS [   0.009s] (1664/2064) spt-runtime resolve::tests::pointer_is_sibling_to_adapter_dirs
2026-07-28T02:44:36.6969472Z         PASS [   0.007s] (1665/2064) spt-runtime resolve::tests::resolve_error_hints_print_the_group_level_adapter_form
2026-07-28T02:44:36.6970753Z         PASS [   0.012s] (1666/2064) spt-runtime registry::tests::resolve_option_bare_shipped_and_local
2026-07-28T02:44:36.6972090Z         PASS [   0.008s] (1667/2064) spt-runtime resolve::tests::renamed_in_use_exe_still_resolves
2026-07-28T02:44:36.6973215Z         PASS [   0.012s] (1668/2064) spt-runtime resolve::tests::fallback_picks_freshest_then_name
2026-07-28T02:44:36.6974188Z         PASS [   0.012s] (1669/2064) spt-runtime resolve::tests::pointer_overrides_fallback
2026-07-28T02:44:36.6975358Z         PASS [   0.015s] (1670/2064) spt-runtime registry::tests::strings_get_set_through_overlay
2026-07-28T02:44:36.6976125Z         PASS [   0.012s] (1671/2064) spt-runtime resolve::tests::set_clear_prune_rules
2026-07-28T02:44:36.6976965Z         PASS [   0.006s] (1672/2064) spt-runtime runtime::tests::capture_read_env_is_declared_allowlist_only
2026-07-28T02:44:36.6978093Z         PASS [   0.008s] (1673/2064) spt-runtime runtime::tests::adapter_static_keys_inject_and_substitute
2026-07-28T02:44:36.6979398Z         PASS [   0.006s] (1674/2064) spt-runtime runtime::tests::expand_tilde_expands_leading_home_only
2026-07-28T02:44:36.6980735Z         PASS [   0.009s] (1675/2064) spt-runtime resolve::tests::single_candidate_resolves_base_no_pointer
2026-07-28T02:44:36.6981867Z         PASS [   0.008s] (1676/2064) spt-runtime runtime::tests::bounded_run_captures_success
2026-07-28T02:44:36.7019231Z         PASS [   0.010s] (1677/2064) spt-runtime runtime::tests::fills_known_placeholders
2026-07-28T02:44:36.7021006Z         PASS [   0.013s] (1678/2064) spt-runtime resolve::tests::stale_pointer_self_heals_to_fallback
2026-07-28T02:44:36.7022275Z         PASS [   0.006s] (1679/2064) spt-runtime runtime::tests::literal_braces_still_escape_per_token
2026-07-28T02:44:36.7023410Z         PASS [   0.007s] (1680/2064) spt-runtime runtime::tests::identity_scrub_overrides_a_spawn_env_stamp
2026-07-28T02:44:36.7025363Z         PASS [   0.007s] (1681/2064) spt-runtime runtime::tests::inject_read_env_keys_resolves_ambient_then_value_then_skips
2026-07-28T02:44:36.7026671Z         PASS [   0.006s] (1682/2064) spt-runtime runtime::tests::missing_key_errors_before_spawn
2026-07-28T02:44:36.7027930Z         PASS [   0.010s] (1683/2064) spt-runtime runtime::tests::identity_env_scrubbed_even_when_role_declares_no_env_remove
2026-07-28T02:44:36.7034717Z         PASS [   0.006s] (1684/2064) spt-runtime runtime::tests::multiword_value_is_one_argv_element
2026-07-28T02:44:36.7035873Z         PASS [   0.007s] (1685/2064) spt-runtime runtime::tests::missing_key_and_empty_command_errors_still_fire
2026-07-28T02:44:36.7036974Z         PASS [   0.006s] (1686/2064) spt-runtime runtime::tests::placeholder_inside_larger_token_substitutes_in_place
2026-07-28T02:44:36.7082417Z         PASS [   0.009s] (1687/2064) spt-runtime runtime::tests::quote_and_semicolon_values_stay_one_element
2026-07-28T02:44:36.7088441Z         PASS [   0.007s] (1688/2064) spt-runtime runtime::tests::scrub_identity_env_clears_all_identity_vars_from_process
2026-07-28T02:44:36.7099297Z         PASS [   0.007s] (1689/2064) spt-runtime runtime::tests::spawn_env_stamps_reach_the_command_env
2026-07-28T02:44:36.7100386Z         PASS [   0.008s] (1690/2064) spt-runtime runtime::tests::resolve_program_falls_back_to_path
2026-07-28T02:44:36.7102753Z         PASS [   0.007s] (1691/2064) spt-runtime runtime::tests::spawn_cwd_default_applies_only_without_role_cwd
2026-07-28T02:44:36.7103592Z         PASS [   0.006s] (1692/2064) spt-runtime runtime::tests::unknown_role_errors
2026-07-28T02:44:36.7104312Z         PASS [   0.006s] (1693/2064) spt-runtime runtime::tests::tokenize_honors_double_quotes
2026-07-28T02:44:36.7105315Z         PASS [   0.007s] (1694/2064) spt-runtime runtime::tests::stamp_survives_env_remove
2026-07-28T02:44:36.7106301Z         PASS [   0.008s] (1695/2064) spt-runtime runtime::tests::spawn_session_detached_returns_pid
2026-07-28T02:44:36.7108576Z         PASS [   0.009s] (1696/2064) spt-runtime runtime::tests::resolve_program_prefers_install_dir
2026-07-28T02:44:36.7139713Z         PASS [   0.010s] (1697/2064) spt-store access::tests::allow_revoke_open_polarity
2026-07-28T02:44:36.7146240Z         PASS [   0.007s] (1698/2064) spt-store access::tests::recent_outbound_correlates_within_window
2026-07-28T02:44:36.7165722Z         PASS [   0.006s] (1699/2064) spt-store atomic::tests::retry_absorbs_transient_then_succeeds
2026-07-28T02:44:36.7173098Z         PASS [   0.007s] (1700/2064) spt-store atomic::tests::atomic_write_bytes_round_trips
2026-07-28T02:44:36.7175679Z         PASS [   0.008s] (1701/2064) spt-store atomic::tests::atomic_write_creates_and_replaces
2026-07-28T02:44:36.7193760Z         PASS [   0.005s] (1702/2064) spt-store atomic::tests::retry_gives_up_after_max_attempts
2026-07-28T02:44:36.7198356Z         PASS [   0.006s] (1703/2064) spt-store atomic::tests::retry_does_not_retry_non_transient
2026-07-28T02:44:36.7202129Z         PASS [   0.010s] (1704/2064) spt-store access::tests::users_reservation_decodes_inert
2026-07-28T02:44:36.7203144Z         PASS [   0.010s] (1705/2064) spt-store access::tests::recent_outbound_persists
2026-07-28T02:44:36.7205107Z         PASS [   0.011s] (1706/2064) spt-store access::tests::store_persists_and_degrades_open
2026-07-28T02:44:36.7218823Z         PASS [   0.005s] (1707/2064) spt-store atomic::tests::to_forward_slash_strips_unc_prefix
2026-07-28T02:44:36.7228662Z         PASS [   0.014s] (1708/2064) spt-store access::tests::recent_outbound_is_bounded
2026-07-28T02:44:36.7231452Z         PASS [   0.006s] (1709/2064) spt-store attachment::tests::attached_default_flip_roundtrip
2026-07-28T02:44:36.7252288Z         PASS [   0.006s] (1710/2064) spt-store attachment::tests::boot_reset_and_serving_filter
2026-07-28T02:44:36.7261753Z         PASS [   0.007s] (1711/2064) spt-store attachment::tests::corrupt_file_degrades_to_attached
2026-07-28T02:44:36.7282230Z         PASS [   0.005s] (1712/2064) spt-store branchstore::tests::config_error_classifier_covers_both_symptom_families
2026-07-28T02:44:36.7309474Z         PASS [   0.020s] (1713/2064) spt-store atomic::tests::atomic_write_durable_round_trips_and_renames_tmp
2026-07-28T02:44:36.7357231Z         PASS [   0.005s] (1714/2064) spt-store contextmark::tests::join_bump_dominates_both_parents
2026-07-28T02:44:36.7403233Z         PASS [   0.005s] (1715/2064) spt-store contextmark::tests::marker_round_trips_v1_and_v2
2026-07-28T02:44:36.7453385Z         PASS [   0.005s] (1716/2064) spt-store contextmark::tests::merge_decisions
2026-07-28T02:44:36.7498428Z         PASS [   0.004s] (1717/2064) spt-store contextmark::tests::vector_compare_covers_all_orders
2026-07-28T02:44:36.7541915Z         PASS [   0.004s] (1718/2064) spt-store contextmark::tests::vector_parse_tolerant
2026-07-28T02:44:36.7846429Z         PASS [   0.063s] (1719/2064) spt-store branchstore::tests::concurrent_open_or_init_on_one_fresh_store_all_ok
2026-07-28T02:44:36.7950869Z         PASS [   0.071s] (1720/2064) spt-store branchstore::tests::open_or_init_idempotent
2026-07-28T02:44:36.8277392Z         PASS [   0.101s] (1721/2064) spt-store branchstore::tests::sweep_removes_only_stale_empty_locks
2026-07-28T02:44:36.8418633Z         PASS [   0.047s] (1722/2064) spt-store contextstore::tests::invalid_id_refused
2026-07-28T02:44:36.8824556Z         PASS [   0.162s] (1723/2064) spt-store branchstore::tests::branches_are_independent_roots
2026-07-28T02:44:36.8870701Z         PASS [   0.164s] (1724/2064) spt-store branchstore::tests::multi_key_commit_is_one_commit
2026-07-28T02:44:36.8965683Z         PASS [   0.176s] (1725/2064) spt-store branchstore::tests::commit_then_read_at_tip
2026-07-28T02:44:36.9009452Z         PASS [   0.004s] (1726/2064) spt-store daemon_inhibit::tests::a_torn_inhibit_record_still_inhibits
2026-07-28T02:44:36.9015195Z         PASS [   0.174s] (1727/2064) spt-store branchstore::tests::unchanged_write_is_no_commit
2026-07-28T02:44:36.9108393Z         PASS [   0.010s] (1728/2064) spt-store daemon_inhibit::tests::inhibit_stands_until_an_intent_verb_clears_it
2026-07-28T02:44:36.9153473Z         PASS [   0.004s] (1729/2064) spt-store epoch::tests::corrupt_or_absent_file_degrades_safely
2026-07-28T02:44:36.9199384Z         PASS [   0.004s] (1730/2064) spt-store epoch::tests::counter_persists_across_reload
2026-07-28T02:44:36.9244341Z         PASS [   0.004s] (1731/2064) spt-store epoch::tests::next_is_strictly_increasing_from_one
2026-07-28T02:44:36.9290653Z         PASS [   0.005s] (1732/2064) spt-store gitrun::tests::deadline_kills_and_reports_timed_out
2026-07-28T02:44:36.9437833Z         PASS [   0.015s] (1733/2064) spt-store gitrun::tests::version_runs_within_budget
2026-07-28T02:44:36.9461286Z         PASS [   0.226s] (1734/2064) spt-store branchstore::tests::branch_tips_by_recency_matches_order_and_tips
2026-07-28T02:44:36.9488015Z         PASS [   0.005s] (1735/2064) spt-store grants::tests::grant_match_is_exact_per_tuple
2026-07-28T02:44:36.9506365Z         PASS [   0.004s] (1736/2064) spt-store grants::tests::grant_revoke_roundtrip_default_deny
2026-07-28T02:44:36.9535701Z         PASS [   0.005s] (1737/2064) spt-store grants::tests::persistence_and_corrupt_degrade_to_deny
2026-07-28T02:44:36.9556203Z         PASS [   0.005s] (1738/2064) spt-store history::tests::appends_one_record_per_line
2026-07-28T02:44:36.9581892Z         PASS [   0.005s] (1739/2064) spt-store history::tests::context_entries_carry_the_discriminator
2026-07-28T02:44:36.9600470Z         PASS [   0.004s] (1740/2064) spt-store history::tests::digest_entries_go_to_a_separate_log
2026-07-28T02:44:36.9698220Z         PASS [   0.010s] (1741/2064) spt-store home::tests::effective_subnet_precedence_and_self_still_refuses
2026-07-28T02:44:36.9744646Z         PASS [   0.005s] (1742/2064) spt-store home::tests::home_assignment_matrix
2026-07-28T02:44:36.9842267Z         PASS [   0.026s] (1743/2064) spt-store home::tests::adoption_stamps_only_unset_and_only_when_unambiguous
2026-07-28T02:44:36.9887643Z         PASS [   0.004s] (1744/2064) spt-store home::tests::scope_seeding_never_clobbers_user_policy
2026-07-28T02:44:36.9908023Z         PASS [   0.163s] (1745/2064) spt-store contextstore::tests::project_branch_holds_many_agents
2026-07-28T02:44:36.9923192Z         PASS [   0.018s] (1746/2064) spt-store home::tests::nested_parent_home_derives_from_parent_and_none_for_self
2026-07-28T02:44:36.9935796Z         PASS [   0.005s] (1747/2064) spt-store home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward
2026-07-28T02:44:36.9949570Z         PASS [   0.004s] (1748/2064) spt-store home::tests::stamp_creation_fields_preserves_profile_against_bare_parent_rebind
2026-07-28T02:44:36.9964639Z         PASS [   0.004s] (1749/2064) spt-store hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms
2026-07-28T02:44:36.9980226Z         PASS [   0.004s] (1750/2064) spt-store hostlabel::tests::node_key_absent_label_falls_back_to_hostname
2026-07-28T02:44:36.9994307Z         PASS [   0.309s] (1751/2064) spt-runtime runtime::tests::bounded_run_kills_on_timeout
2026-07-28T02:44:37.0045043Z         PASS [   0.009s] (1752/2064) spt-store info::tests::busy_sentinel_round_trips_and_read_pid_is_none
2026-07-28T02:44:37.0082826Z         PASS [   0.010s] (1753/2064) spt-store info::tests::controllable_is_additive_and_round_trips
2026-07-28T02:44:37.0090962Z         PASS [   0.005s] (1754/2064) spt-store info::tests::corrupt_content_returns_none
2026-07-28T02:44:37.0398557Z         PASS [   0.043s] (1755/2064) spt-store info::tests::concurrent_read_during_writes_never_torn
2026-07-28T02:44:37.0510055Z         PASS [   0.011s] (1756/2064) spt-store info::tests::read_env_is_additive_and_round_trips
2026-07-28T02:44:37.0514837Z         PASS [   0.297s] (1757/2064) spt-store contextstore::tests::conflict_artifacts_preserve_both_versions
2026-07-28T02:44:37.0554621Z         PASS [   0.004s] (1758/2064) spt-store info::tests::read_pid_tolerates_schema_minimal
2026-07-28T02:44:37.0562610Z         PASS [   0.155s] (1759/2064) spt-store daemon_inhibit::tests::spawn_lock_is_exclusive_and_released_on_drop
2026-07-28T02:44:37.0563339Z         PASS [   0.057s] (1760/2064) spt-store info::tests::converge_dead_relay_guards_on_pid_session_and_online
2026-07-28T02:44:37.0799389Z         PASS [   0.023s] (1761/2064) spt-store info::tests::set_driven_by_stamps_and_clears
2026-07-28T02:44:37.0799952Z         PASS [   0.023s] (1762/2064) spt-store info::tests::set_last_active_stamps_recency
2026-07-28T02:44:37.0837643Z         PASS [   0.074s] (1763/2064) spt-store info::tests::psyche_host_error_round_trips_and_set_clear_increments
2026-07-28T02:44:37.0995917Z         PASS [  14.941s] (1764/2064) spt-daemon brainproc::tests::exe_hash_computed_exactly_once_across_n_publishes
2026-07-28T02:44:37.0996915Z         PASS [   0.048s] (1765/2064) spt-store info::tests::resume_unbound_stamp_fires_on_offline_only
2026-07-28T02:44:37.1078465Z         PASS [   0.028s] (1766/2064) spt-store info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair
2026-07-28T02:44:37.1112026Z         PASS [   0.027s] (1767/2064) spt-store info::tests::set_status_marks_existing_record
2026-07-28T02:44:37.1146903Z         PASS [   0.035s] (1768/2064) spt-store info::tests::set_resources_writes_and_clears_the_blurb
2026-07-28T02:44:37.1216898Z         PASS [   0.010s] (1769/2064) spt-store info::tests::worker_correlation_metadata_is_additive_and_round_trips
2026-07-28T02:44:37.1276354Z         PASS [   0.072s] (1770/2064) spt-store info::tests::rollback_unbound_stamp_is_generation_safe
2026-07-28T02:44:37.1318350Z         PASS [   0.010s] (1771/2064) spt-store info::tests::write_read_round_trip
2026-07-28T02:44:37.1322355Z         PASS [   0.005s] (1772/2064) spt-store liveness::tests::busy_and_missing_keep_interim_parity
2026-07-28T02:44:37.1363139Z         PASS [   0.004s] (1773/2064) spt-store liveness::tests::corrupt_record_not_alive_but_absent_stays_alive
2026-07-28T02:44:37.1425411Z         PASS [   0.043s] (1774/2064) spt-store info::tests::terminal_normalize_cas_miss_leaves_a_newer_bind_untouched
2026-07-28T02:44:37.1426225Z         PASS [   0.035s] (1775/2064) spt-store info::tests::translation_fault_round_trips_and_set_clear
2026-07-28T02:44:37.1432085Z         PASS [   0.256s] (1776/2064) spt-store contextstore::tests::two_tier_layout_and_commits
2026-07-28T02:44:37.1500212Z         PASS [   0.018s] (1777/2064) spt-store liveness::tests::daemon_hosted_offline_overrides_live_pid
2026-07-28T02:44:37.1500892Z         PASS [   0.050s] (1778/2064) spt-store info::tests::terminal_normalize_writes_the_triple_atomically_never_mixed
2026-07-28T02:44:37.1535713Z         PASS [   0.017s] (1779/2064) spt-store liveness::tests::daemon_hosted_online_survives_dead_pid
2026-07-28T02:44:37.1579162Z         PASS [   0.004s] (1780/2064) spt-store nodeid::tests::corrupt_key_errors_never_regenerates
2026-07-28T02:44:37.1625383Z         PASS [   0.020s] (1781/2064) spt-store liveness::tests::external_perch_still_pid_probes
2026-07-28T02:44:37.1702083Z         PASS [   0.012s] (1782/2064) spt-store nodeid::tests::create_then_load_is_stable
2026-07-28T02:44:37.1737152Z         PASS [   0.011s] (1783/2064) spt-store nodeid::tests::seed_hex_round_trips
2026-07-28T02:44:37.1745236Z         PASS [   0.004s] (1784/2064) spt-store notif::tests::adr0046_fields_are_additive_and_n1_safe
2026-07-28T02:44:37.1771962Z         PASS [   0.034s] (1785/2064) spt-store liveness::tests::is_perch_unbound_false_for_online_and_offline
2026-07-28T02:44:37.1772888Z         PASS [   0.034s] (1786/2064) spt-store liveness::tests::registry_entry_keys_on_status_for_hosted_rows
2026-07-28T02:44:37.1811480Z         PASS [   0.031s] (1787/2064) spt-store liveness::tests::relay_liveness_kills_only_a_provably_gone_relay
2026-07-28T02:44:37.1845648Z         PASS [   0.034s] (1788/2064) spt-store liveness::tests::unbound_not_alive_but_detected_and_not_stale
2026-07-28T02:44:37.2490138Z         PASS [   0.241s] (1789/2064) spt-store info::tests::mutate_info_serializes_writers_so_offline_is_never_clobbered
2026-07-28T02:44:37.2642630Z         PASS [   0.090s] (1790/2064) spt-store notif::tests::bare_coalesce_key_rejected_at_front_door
2026-07-28T02:44:37.2778573Z         PASS [   0.097s] (1791/2064) spt-store notif::tests::listing_is_subnet_scoped
2026-07-28T02:44:37.2864424Z         PASS [   0.109s] (1792/2064) spt-store notif::tests::dismiss_by_coalesce_key_latches_matching_rows_only
2026-07-28T02:44:37.2908356Z         PASS [   0.004s] (1793/2064) spt-store notif::tests::row_serde_round_trips_with_forward_compat
2026-07-28T02:44:37.2947424Z         PASS [   0.120s] (1794/2064) spt-store notif::tests::coalesce_supersedes_exact_tuple_latest_wins
2026-07-28T02:44:37.3118283Z         PASS [   0.527s] (1795/2064) spt-store contextstore::tests::fork_copies_both_tiers_then_diverges
2026-07-28T02:44:37.3147367Z         PASS [   0.137s] (1796/2064) spt-store notif::tests::legacy_schema_gains_columns_on_open
2026-07-28T02:44:37.3187804Z         PASS [   0.004s] (1797/2064) spt-store peeraddrs::tests::a_poison_row_never_becomes_a_route
2026-07-28T02:44:37.3230635Z         PASS [   0.004s] (1798/2064) spt-store peeraddrs::tests::corrupt_file_degrades_to_empty
2026-07-28T02:44:37.3274571Z         PASS [   0.004s] (1799/2064) spt-store peeraddrs::tests::put_get_roundtrip_and_noop_reput
2026-07-28T02:44:37.3318280Z         PASS [   0.004s] (1800/2064) spt-store peeraddrs::tests::put_refuses_a_mismatched_mapping
2026-07-28T02:44:37.3364168Z         PASS [   0.005s] (1801/2064) spt-store peeraddrs::tests::record_is_one_step_and_skips_noops
2026-07-28T02:44:37.3365594Z         PASS [   0.454s] (1802/2064) spt-store contextstore::tests::rename_ripples_both_tiers
2026-07-28T02:44:37.3414953Z         PASS [   0.005s] (1803/2064) spt-store peeraddrs::tests::suspect_row_survives_failures_and_a_validated_put_supersedes
2026-07-28T02:44:37.3418406Z         PASS [   0.005s] (1804/2064) spt-store peeraddrs::tests::suspect_persists_and_old_files_load_clean
2026-07-28T02:44:37.3461999Z         PASS [   0.005s] (1805/2064) spt-store perch::tests::a_stamp_disagreeing_with_the_sentinel_is_discarded
2026-07-28T02:44:37.3462720Z         PASS [   0.004s] (1806/2064) spt-store perch::tests::activity_stamp_round_trips_both_directions
2026-07-28T02:44:37.3504247Z         PASS [   0.004s] (1807/2064) spt-store perch::tests::adapter_option_encoding_dodges_windows_path_traps
2026-07-28T02:44:37.3504991Z         PASS [   0.004s] (1808/2064) spt-store perch::tests::adapter_option_encoding_is_injective
2026-07-28T02:44:37.3548479Z         PASS [   0.004s] (1809/2064) spt-store perch::tests::child_files_route_through_one_resolver
2026-07-28T02:44:37.3550690Z         PASS [   0.005s] (1810/2064) spt-store perch::tests::an_unstamped_perch_reports_its_state_with_no_instant_either_direction
2026-07-28T02:44:37.3591264Z         PASS [   0.004s] (1811/2064) spt-store perch::tests::classification_matrix
2026-07-28T02:44:37.3591896Z         PASS [   0.004s] (1812/2064) spt-store perch::tests::explicit_parent_wins_over_infer
2026-07-28T02:44:37.3632714Z         PASS [   0.004s] (1813/2064) spt-store perch::tests::parse_activity_stamp_rejects_malformed_and_disagreeing_bodies
2026-07-28T02:44:37.3637373Z         PASS [   0.005s] (1814/2064) spt-store perch::tests::list_self_perch_ids_enumerates_bound_top_level
2026-07-28T02:44:37.3674823Z         PASS [   0.004s] (1815/2064) spt-store perch::tests::resolve_psyche_and_worker_nest_under_parent
2026-07-28T02:44:37.3675614Z         PASS [   0.004s] (1816/2064) spt-store perch::tests::resolve_self_is_flat
2026-07-28T02:44:37.3714580Z         PASS [   0.004s] (1817/2064) spt-store perch::tests::service_dir_is_home_scoped_and_encoded
2026-07-28T02:44:37.3721252Z         PASS [   0.004s] (1818/2064) spt-store perch::tests::shell_perches_resolve_under_owner_shells_namespace
2026-07-28T02:44:37.3757461Z         PASS [   0.004s] (1819/2064) spt-store perch::tests::spt_home_is_pure_and_honors_env
2026-07-28T02:44:37.3848370Z         PASS [   0.120s] (1820/2064) spt-store notif::tests::produce_list_dismiss_round_trip
2026-07-28T02:44:37.3910844Z         PASS [   0.015s] (1821/2064) spt-store proc::tests::a_zombie_is_gone_to_the_owned_process_oracle
2026-07-28T02:44:37.3911715Z         PASS [   0.142s] (1822/2064) spt-store notif::tests::migration_dismisses_only_stale_update_rows
2026-07-28T02:44:37.3916241Z         PASS [   0.007s] (1823/2064) spt-store proc::tests::current_process_is_alive
2026-07-28T02:44:37.3947664Z         PASS [   0.022s] (1824/2064) spt-store proc::tests::a_zombie_is_absent_to_the_identity_oracle_and_gone_to_relay_liveness
2026-07-28T02:44:37.3952950Z         PASS [   0.004s] (1825/2064) spt-store proc::tests::exe_basename_dead_pid_is_none
2026-07-28T02:44:37.3955540Z         PASS [   0.004s] (1826/2064) spt-store proc::tests::exe_basename_resolves_current_process
2026-07-28T02:44:37.3960001Z         PASS [   0.101s] (1827/2064) spt-store notif::tests::stale_undismissed_copy_cannot_undismiss
2026-07-28T02:44:37.3960496Z         PASS [   0.211s] (1828/2064) spt-store notif::tests::merge_is_idempotent_and_commutative
2026-07-28T02:44:37.4000176Z         PASS [   0.004s] (1829/2064) spt-store proc::tests::pid_zero_is_dead_on_every_os
2026-07-28T02:44:37.4004087Z         PASS [   0.005s] (1830/2064) spt-store proc::tests::parent_pid_resolves_and_is_alive
2026-07-28T02:44:37.4028671Z         PASS [   0.012s] (1831/2064) spt-store proc::tests::descendants_include_a_spawned_child
2026-07-28T02:44:37.4055332Z         PASS [   0.005s] (1832/2064) spt-store proc::tests::unassigned_pid_is_dead
2026-07-28T02:44:37.4099781Z         PASS [   0.004s] (1833/2064) spt-store projderive::tests::dedup_and_owlery_exclusion
2026-07-28T02:44:37.4112303Z         PASS [   0.011s] (1834/2064) spt-store proc::tests::process_table_lists_the_current_process
2026-07-28T02:44:37.4133070Z         PASS [   0.017s] (1835/2064) spt-store proc::tests::process_exists_is_tristate_and_never_guesses_without_a_snapshot
2026-07-28T02:44:37.4140461Z         PASS [   0.019s] (1836/2064) spt-store proc::tests::kill_pid_tree_kills_the_whole_subtree
2026-07-28T02:44:37.4145081Z         PASS [   0.005s] (1837/2064) spt-store projderive::tests::normalization_and_path_under
2026-07-28T02:44:37.4156973Z         PASS [   0.004s] (1838/2064) spt-store projderive::tests::precedence_session_then_origin_then_context
2026-07-28T02:44:37.4185988Z         PASS [   0.004s] (1839/2064) spt-store project::tests::url_spellings_normalize_to_one_id
2026-07-28T02:44:37.4204125Z         PASS [   0.005s] (1840/2064) spt-store projindex::tests::fingerprint_keys_on_project_tips_only
2026-07-28T02:44:37.4228774Z         PASS [   0.004s] (1841/2064) spt-store projindex::tests::join_is_roster_authoritative
2026-07-28T02:44:37.4246936Z         PASS [   0.004s] (1842/2064) spt-store projindex::tests::missing_index_degrades_to_absent
2026-07-28T02:44:37.4271708Z         PASS [   0.136s] (1843/2064) spt-store notif::tests::seen_unions_and_surfaced_maxes
2026-07-28T02:44:37.4275734Z         PASS [   0.025s] (1844/2064) spt-store proc::tests::zombie_child_reads_dead
2026-07-28T02:44:37.4276465Z         PASS [   0.150s] (1845/2064) spt-store notif::tests::reopen_is_durable_and_corrupt_seen_degrades
2026-07-28T02:44:37.4277261Z         PASS [   0.005s] (1846/2064) spt-store projindex::tests::roundtrip_reads_back_without_git
2026-07-28T02:44:37.4293334Z         PASS [   0.005s] (1847/2064) spt-store projindex::tests::schema_mismatch_degrades_distinctly
2026-07-28T02:44:37.4325881Z         PASS [   0.005s] (1848/2064) spt-store projindex::tests::truncated_index_degrades_to_unreadable
2026-07-28T02:44:37.4330682Z         PASS [   0.005s] (1849/2064) spt-store projinval::tests::garbage_event_is_skipped_and_removed
2026-07-28T02:44:37.4344017Z         PASS [   0.006s] (1850/2064) spt-store projinval::tests::burst_coalesces_into_one_refresh
2026-07-28T02:44:37.4350955Z         PASS [   0.006s] (1851/2064) spt-store projinval::tests::nudge_drain_roundtrip_consumes_queue
2026-07-28T02:44:37.4353553Z         PASS [   0.008s] (1852/2064) spt-store projindex::tests::w2_shaped_row_tolerates_missing_refs_and_order_roundtrips
2026-07-28T02:44:37.4400120Z         PASS [   0.005s] (1853/2064) spt-store psyche_custody::tests::custody_squatter_tolerates_missing_nested_and_corrupt_records
2026-07-28T02:44:37.4400828Z         PASS [   0.005s] (1854/2064) spt-store psyche_custody::tests::empty_or_corrupt_reads_as_none
2026-07-28T02:44:37.4416736Z         PASS [   0.130s] (1855/2064) spt-store notif::tests::ttl_expiry_ignores_seen_state_and_is_idempotent
2026-07-28T02:44:37.4445910Z         PASS [   0.005s] (1856/2064) spt-store psyche_custody::tests::mint_is_canonical_uuid_v4
2026-07-28T02:44:37.4447136Z         PASS [   0.012s] (1857/2064) spt-store psyche_custody::tests::custody_record_has_no_status_no_pid
2026-07-28T02:44:37.4448259Z         PASS [   0.012s] (1858/2064) spt-store psyche_custody::tests::custody_mint_write_read_clear_round_trip
2026-07-28T02:44:37.4454956Z         PASS [   0.006s] (1859/2064) spt-store recent_home::tests::blank_name_is_noop
2026-07-28T02:44:37.4461145Z         PASS [   0.004s] (1860/2064) spt-store recent_home::tests::legacy_single_value_reads_as_one_element
2026-07-28T02:44:37.4501154Z         PASS [   0.005s] (1861/2064) spt-store recent_home::tests::mru_less_project_falls_back_to_node_global
2026-07-28T02:44:37.4502064Z         PASS [   0.005s] (1862/2064) spt-store recent_home::tests::project_then_node_global_precedence
2026-07-28T02:44:37.4502776Z         PASS [   0.005s] (1863/2064) spt-store recent_home::tests::node_global_moves_to_front
2026-07-28T02:44:37.4503444Z         PASS [   0.005s] (1864/2064) spt-store recent_home::tests::record_updates_both_levels
2026-07-28T02:44:37.4539608Z         PASS [   0.019s] (1865/2064) spt-store psyche_custody::tests::custody_squatter_finds_the_holding_psyche_and_misses_others
2026-07-28T02:44:37.4722753Z         PASS [   0.058s] (1866/2064) spt-store project::tests::display_derivation
2026-07-28T02:44:37.4744928Z         PASS [   0.633s] (1867/2064) spt-store contextstore::tests::remove_endpoint_removes_exactly_the_source
2026-07-28T02:44:37.4836231Z         PASS [   0.070s] (1868/2064) spt-store project::tests::derivation_ladder
2026-07-28T02:44:37.4913287Z         PASS [   0.781s] (1869/2064) spt-store atomic::tests::concurrent_writers_never_collide_on_tmp
2026-07-28T02:44:37.5098502Z         PASS [   0.026s] (1870/2064) spt-store rename::tests::live_nested_child_blocks_rename
2026-07-28T02:44:37.5135325Z         PASS [   0.063s] (1871/2064) spt-store registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds
2026-07-28T02:44:37.5179166Z         PASS [   0.004s] (1872/2064) spt-store resume_custody::tests::corrupt_record_is_not_custody
2026-07-28T02:44:37.5224172Z         PASS [   0.072s] (1873/2064) spt-store registry::tests::register_and_lookup
2026-07-28T02:44:37.5250037Z         PASS [   0.034s] (1874/2064) spt-store rename::tests::rename_refusals_leave_owlery_untouched
2026-07-28T02:44:37.5266141Z         PASS [   0.004s] (1875/2064) spt-store resume_custody::tests::legacy_bare_pid_file_is_deleted_and_never_honored
2026-07-28T02:44:37.5342336Z         PASS [   0.016s] (1876/2064) spt-store resume_custody::tests::dead_pid_reads_not_ours
2026-07-28T02:44:37.5386945Z         PASS [   0.064s] (1877/2064) spt-store registry::tests::resolve_on_empty_registry_is_none_not_error
2026-07-28T02:44:37.5427012Z         PASS [   0.004s] (1878/2064) spt-store roster::tests::is_member_any_spans_subnets_and_honors_tombstones
2026-07-28T02:44:37.5469424Z         PASS [   0.004s] (1879/2064) spt-store roster::tests::merge_entry_is_strictly_greater_lease_wins
2026-07-28T02:44:37.5510988Z         PASS [   0.017s] (1880/2064) spt-store resume_custody::tests::unproven_defers_exactly_one_tick
2026-07-28T02:44:37.5511710Z         PASS [   0.026s] (1881/2064) spt-store resume_custody::tests::matching_pair_reads_ours_and_clear_removes_it
2026-07-28T02:44:37.5512388Z         PASS [   0.004s] (1882/2064) spt-store roster::tests::merge_is_commutative_and_idempotent
2026-07-28T02:44:37.5544432Z         PASS [   0.100s] (1883/2064) spt-store registry::tests::reregister_replaces_address
2026-07-28T02:44:37.5559704Z         PASS [   0.005s] (1884/2064) spt-store roster::tests::offline_member_persists_through_silence_and_reload
2026-07-28T02:44:37.5560800Z         PASS [   0.005s] (1885/2064) spt-store roster::tests::serde_additive_and_degrades_to_empty
2026-07-28T02:44:37.5561990Z         PASS [   0.005s] (1886/2064) spt-store roster::tests::roster_for_projects_one_subnets_slice
2026-07-28T02:44:37.5582483Z         PASS [   0.031s] (1887/2064) spt-store resume_custody::tests::recycled_pid_reads_not_ours_and_the_record_is_deleted
2026-07-28T02:44:37.5590923Z         PASS [   0.005s] (1888/2064) spt-store roster::tests::tombstone_dominates_suppresses_reinsert_and_clears
2026-07-28T02:44:37.5602108Z         PASS [   0.004s] (1889/2064) spt-store roster::tests::upsert_self_overwrites_unconditionally
2026-07-28T02:44:37.5603844Z         PASS [   0.004s] (1890/2064) spt-store roster::tests::tombstones_are_scoped_and_merge
2026-07-28T02:44:37.5605080Z         PASS [   0.004s] (1891/2064) spt-store rotation::tests::coalesce_is_per_subnet
2026-07-28T02:44:37.5626675Z         PASS [   0.053s] (1892/2064) spt-store rename::tests::rename_ripples_self_and_nested_children
2026-07-28T02:44:37.5627331Z         PASS [   0.004s] (1893/2064) spt-store rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline
2026-07-28T02:44:37.5638403Z         PASS [   0.005s] (1894/2064) spt-store rotation::tests::due_subnets_respects_deadline_and_force_is_immediate
2026-07-28T02:44:37.5648115Z         PASS [   0.004s] (1895/2064) spt-store seed::tests::absent_cwd_is_omitted
2026-07-28T02:44:37.5650446Z         PASS [   0.005s] (1896/2064) spt-store rotation::tests::persists_and_degrades_to_empty
2026-07-28T02:44:37.5652383Z         PASS [   0.005s] (1897/2064) spt-store seed::tests::seed_round_trips_through_json
2026-07-28T02:44:37.5676223Z         PASS [   0.005s] (1898/2064) spt-store sessions::tests::adapter_field_roundtrips_and_survives_append
2026-07-28T02:44:37.5680626Z         PASS [   0.005s] (1899/2064) spt-store sessions::tests::append_stamps_monotonic_ordinals
2026-07-28T02:44:37.5691632Z         PASS [   0.005s] (1900/2064) spt-store sessions::tests::appends_and_reads_in_order
2026-07-28T02:44:37.5712404Z         PASS [   0.005s] (1901/2064) spt-store sessions::tests::none_cwd_emits_no_field_and_roundtrips
2026-07-28T02:44:37.5713586Z         PASS [   0.005s] (1902/2064) spt-store sessions::tests::pre_migration_row_without_adapter_deserializes_as_none
2026-07-28T02:44:37.5727800Z         PASS [   0.005s] (1903/2064) spt-store sessions::tests::pre_migration_row_without_cwd_deserializes_as_none
2026-07-28T02:44:37.5734946Z         PASS [   0.005s] (1904/2064) spt-store sessions::tests::pre_migration_rows_backfill_to_index_on_append
2026-07-28T02:44:37.5748613Z         PASS [   0.004s] (1905/2064) spt-store sessions::tests::row_with_cwd_appends_and_reads_back
2026-07-28T02:44:37.5760860Z         PASS [   0.006s] (1906/2064) spt-store sessions::tests::same_session_rebind_is_deduped
2026-07-28T02:44:37.5781037Z         PASS [   0.005s] (1907/2064) spt-store sessions::tests::tolerant_of_garbage_lines
2026-07-28T02:44:37.5794608Z         PASS [   0.006s] (1908/2064) spt-store shellinfo::tests::alias_unique_rename_and_resolution
2026-07-28T02:44:37.5800597Z         PASS [   0.005s] (1909/2064) spt-store shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite
2026-07-28T02:44:37.5820994Z         PASS [   0.006s] (1910/2064) spt-store shellinfo::tests::derivation_never_promotes_offline_to_online
2026-07-28T02:44:37.5842529Z         PASS [   0.134s] (1911/2064) spt-store registry::tests::clean_removes_dead_keeps_live
2026-07-28T02:44:37.5843260Z         PASS [   0.006s] (1912/2064) spt-store shellinfo::tests::mint_smallest_free_and_teardown_frees
2026-07-28T02:44:37.5851475Z         PASS [   0.005s] (1913/2064) spt-store shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance
2026-07-28T02:44:37.5859869Z         PASS [   0.006s] (1914/2064) spt-store shellinfo::tests::online_derives_offline_only_for_a_provably_dead_pid
2026-07-28T02:44:37.5977096Z         PASS [   0.151s] (1915/2064) spt-store registry::tests::clean_keys_on_status_for_daemon_hosted_rows
2026-07-28T02:44:37.5980479Z         PASS [   0.033s] (1916/2064) spt-store sessions::tests::last_k_and_bounding
2026-07-28T02:44:37.6012706Z         PASS [   0.032s] (1917/2064) spt-store sessions::tests::prune_does_not_renumber_surviving_ordinals
2026-07-28T02:44:37.6013435Z         PASS [   0.129s] (1918/2064) spt-store registry::tests::resolve_cleans_before_lookup
2026-07-28T02:44:37.6220909Z         LEAK [   0.226s] (1919/2064) spt-store proc::tests::process_cmdline_reads_a_live_arg_marker
2026-07-28T02:44:37.7360627Z         PASS [   0.152s] (1920/2064) spt-store spool::tests::claim_idle_edge_audited_stamps_idle_inject_leg
2026-07-28T02:44:37.7878572Z         PASS [   0.190s] (1921/2064) spt-store spool::tests::drain_marks_delivered_and_is_idempotent
2026-07-28T02:44:37.8202591Z         PASS [   0.222s] (1922/2064) spt-store spool::tests::deferred_row_survives_event_drain_then_hook_delivers
2026-07-28T02:44:37.8279568Z         PASS [   0.227s] (1923/2064) spt-store spool::tests::drain_take_ack_is_double_deliver_safe
2026-07-28T02:44:37.8424586Z         PASS [   0.256s] (1924/2064) spt-store spool::tests::deferred_mirrors_active_only_window_across_all_three
2026-07-28T02:44:37.8574620Z         PASS [   0.256s] (1925/2064) spt-store spool::tests::evaporate_drops_only_ephemeral_non_deferred_undelivered
2026-07-28T02:44:37.9031559Z         PASS [   0.318s] (1926/2064) spt-store spool::tests::concurrent_take_yields_exactly_one_winner
2026-07-28T02:44:37.9266015Z         PASS [   0.476s] (1927/2064) spt-store registry::tests::concurrent_registration_never_locks
2026-07-28T02:44:37.9287012Z         PASS [   0.347s] (1928/2064) spt-store spool::tests::active_window_drain_suppresses_idle_only_and_honors_include_deferred
2026-07-28T02:44:37.9425019Z         PASS [   0.358s] (1929/2064) spt-store spool::tests::audited_take_records_taker_provenance_unaudited_leaves_null
2026-07-28T02:44:37.9682449Z         PASS [   0.232s] (1930/2064) spt-store spool::tests::idle_edge_claims_never_take_a_deferred_row
2026-07-28T02:44:37.9731304Z         PASS [   0.005s] (1931/2064) spt-store subnet::tests::add_joined_preserves_seed_and_epoch
2026-07-28T02:44:37.9774485Z         PASS [   0.004s] (1932/2064) spt-store subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent
2026-07-28T02:44:37.9817482Z         PASS [   0.004s] (1933/2064) spt-store subnet::tests::create_subnet_starts_at_epoch_one_unique_name
2026-07-28T02:44:37.9860431Z         PASS [   0.004s] (1934/2064) spt-store subnet::tests::hex_round_trips_and_rejects_bad_input
2026-07-28T02:44:37.9890557Z         PASS [   5.985s] (1935/2064) spt-daemon::pump pump_survives_a_black_holing_peer_heartbeat_advances_no_restart
2026-07-28T02:44:37.9907994Z         PASS [   0.005s] (1936/2064) spt-store subnet::tests::hide_new_endpoints_defaults_off_and_persists
2026-07-28T02:44:37.9936330Z         PASS [   0.005s] (1937/2064) spt-store subnet::tests::minted_seeds_are_random
2026-07-28T02:44:37.9952637Z         PASS [   0.004s] (1938/2064) spt-store subnet::tests::missing_or_corrupt_file_is_empty_store
2026-07-28T02:44:37.9981660Z         PASS [   0.004s] (1939/2064) spt-store subnet::tests::no_prior_generation_before_rotation
2026-07-28T02:44:37.9996613Z         PASS [   0.004s] (1940/2064) spt-store subnet::tests::remove_drops_membership
2026-07-28T02:44:38.0024676Z         PASS [   0.004s] (1941/2064) spt-store subnet::tests::rotate_bumps_epoch_and_changes_seed
2026-07-28T02:44:38.0046423Z         PASS [   0.005s] (1942/2064) spt-store subnet::tests::store_persists_multi_subnet_and_rotation
2026-07-28T02:44:38.0300249Z         PASS [   0.172s] (1943/2064) spt-store spool::tests::reopen_is_idempotent
2026-07-28T02:44:38.0334280Z         PASS [   0.411s] (1944/2064) spt-store spool::tests::event_part_body_persists_byte_exact
2026-07-28T02:44:38.0509316Z         PASS [   0.231s] (1945/2064) spt-store spool::tests::non_deferred_drain_skips_deferred_and_preserves_order
2026-07-28T02:44:38.0513838Z         PASS [   0.148s] (1946/2064) spt-store spool::tests::sentinel_create_fail_warns_once_nonfatal
2026-07-28T02:44:38.0633850Z         PASS [   0.137s] (1947/2064) spt-store spool::tests::spool_touches_has_messages_sentinel
2026-07-28T02:44:38.0683087Z         PASS [   0.139s] (1948/2064) spt-store spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path
2026-07-28T02:44:38.0724358Z         PASS [   0.004s] (1949/2064) spt-store timefmt::tests::formats_known_instants
2026-07-28T02:44:38.0765589Z         PASS [   0.004s] (1950/2064) spt-store timefmt::tests::lexical_order_matches_chronological_order
2026-07-28T02:44:38.0787899Z         PASS [   1.358s] (1951/2064) spt-store branchstore::tests::branches_by_recency_orders_newest_first
2026-07-28T02:44:38.0806847Z         PASS [   0.004s] (1952/2064) spt-store visibility::tests::hidden_gates_sync_even_when_listed
2026-07-28T02:44:38.0828929Z         PASS [   0.004s] (1953/2064) spt-store visibility::tests::hidden_is_or_of_defaults
2026-07-28T02:44:38.0851849Z         PASS [   0.004s] (1954/2064) spt-store visibility::tests::override_wins_both_directions
2026-07-28T02:44:38.0874320Z         PASS [   0.004s] (1955/2064) spt-store visibility::tests::store_persists_and_degrades_safe
2026-07-28T02:44:38.0897717Z         PASS [   0.004s] (1956/2064) spt-store visibility::tests::synced_requires_membership_listing
2026-07-28T02:44:38.0898294Z         PASS [   0.302s] (1957/2064) spt-store spool::tests::no_binary_idle_drain_spools_not_pty
2026-07-28T02:44:38.0904060Z         PASS [   0.248s] (1958/2064) spt-store spool::tests::release_clears_taker_audit_then_retake_restamps
2026-07-28T02:44:38.0918718Z         PASS [   0.004s] (1959/2064) spt-store worker_reap::tests::clamp_ttl_floors_fat_finger_but_allows_disable
2026-07-28T02:44:38.0976576Z         PASS [   0.047s] (1960/2064) spt-store syncmerge::tests::non_context_branch_refused
2026-07-28T02:44:38.1087021Z         PASS [   0.019s] (1961/2064) spt-store worker_reap::tests::never_touches_a_psyche
2026-07-28T02:44:38.1125564Z         PASS [   0.170s] (1962/2064) spt-store spool::tests::wan_spool_dedups_on_op_id_across_reopen
2026-07-28T02:44:38.1375911Z         PASS [   0.025s] (1963/2064) spt-store worker_seq::tests::counter_survives_reap_no_reuse
2026-07-28T02:44:38.1654117Z         PASS [   0.337s] (1964/2064) spt-store spool::tests::poll_taken_row_never_idle_injected_but_untaken_row_still_claimable
2026-07-28T02:44:38.1702812Z         PASS [   0.005s] (1965/2064) spt-store xfer::tests::progress_round_trips_per_role_and_updates_mid_flight
2026-07-28T02:44:38.1750321Z         PASS [   0.005s] (1966/2064) spt-store xfer::tests::xfer_id_is_filename_safe_and_distinct
2026-07-28T02:44:38.1771052Z         PASS [   0.040s] (1967/2064) spt-store worker_seq::tests::mints_monotonic_per_parent
2026-07-28T02:44:38.1811309Z         PASS [   0.004s] (1968/2064) spt-term digest::tests::config_defaults_are_the_presentation_formula
2026-07-28T02:44:38.1855494Z         PASS [   0.004s] (1969/2064) spt-term digest::tests::truncate_arg_cuts_to_width_with_ellipsis
2026-07-28T02:44:38.1897033Z         PASS [   0.004s] (1970/2064) spt-term projection::tests::a_post_seal_straggler_folds_in_without_moving_a_published_seq
2026-07-28T02:44:38.1938263Z         PASS [   0.004s] (1971/2064) spt-term projection::tests::a_sealed_sprint_grows_forward_only_keeping_the_turn_anchor_stable
2026-07-28T02:44:38.1984399Z         PASS [   0.005s] (1972/2064) spt-term projection::tests::agent_between_tools_breaks_the_sprint
2026-07-28T02:44:38.2024824Z         PASS [   0.004s] (1973/2064) spt-term projection::tests::context_record_discriminator
2026-07-28T02:44:38.2067537Z         PASS [   0.004s] (1974/2064) spt-term projection::tests::crux_committed_seqs_survive_a_turn_window_slide
2026-07-28T02:44:38.2109342Z         PASS [   0.004s] (1975/2064) spt-term projection::tests::diagnostics_clean_stream_has_no_drops
2026-07-28T02:44:38.2151955Z         PASS [   0.004s] (1976/2064) spt-term projection::tests::diagnostics_record_every_drop_with_reason
2026-07-28T02:44:38.2192467Z         PASS [   0.004s] (1977/2064) spt-term projection::tests::empty_input_projects_empty_digest
2026-07-28T02:44:38.2234746Z         PASS [   0.004s] (1978/2064) spt-term projection::tests::idle_on_an_empty_or_single_turn_timeline_invents_nothing
2026-07-28T02:44:38.2275533Z         PASS [   0.004s] (1979/2064) spt-term projection::tests::idle_seals_the_trailing_turn_while_busy_leaves_it_partial
2026-07-28T02:44:38.2313651Z         PASS [   0.004s] (1980/2064) spt-term projection::tests::leading_output_without_input_is_a_preamble_turn
2026-07-28T02:44:38.2354524Z         PASS [   0.004s] (1981/2064) spt-term projection::tests::malformed_unknown_role_and_toolless_tool_are_skipped
2026-07-28T02:44:38.2395730Z         PASS [   0.004s] (1982/2064) spt-term projection::tests::partial_trailing_turn_has_no_seqs
2026-07-28T02:44:38.2434658Z         PASS [   0.004s] (1983/2064) spt-term projection::tests::projects_input_agent_and_collapses_tool_sprints
2026-07-28T02:44:38.2477634Z         PASS [   0.004s] (1984/2064) spt-term projection::tests::re_projecting_a_sealed_idle_timeline_is_identical
2026-07-28T02:44:38.2523593Z         PASS [   0.005s] (1985/2064) spt-term projection::tests::sealing_survives_a_window_slide
2026-07-28T02:44:38.2565124Z         PASS [   0.004s] (1986/2064) spt-term projection::tests::seq_encoding_total_order
2026-07-28T02:44:38.2607585Z         PASS [   0.004s] (1987/2064) spt-term projection::tests::sprint_collapse_off_keeps_tools_separate
2026-07-28T02:44:38.2649950Z         PASS [   0.004s] (1988/2064) spt-term projection::tests::the_sealed_seq_equals_what_the_next_input_fallback_would_assign
2026-07-28T02:44:38.2690334Z         PASS [   0.004s] (1989/2064) spt-term projection::tests::timeline_boundary_divider_and_window_bridge
2026-07-28T02:44:38.2730929Z         PASS [   0.004s] (1990/2064) spt-term projection::tests::timeline_folds_context_into_a_turn
2026-07-28T02:44:38.2774647Z         PASS [   0.004s] (1991/2064) spt-term projection::tests::tool_sprint_seq_is_last_collapsed_record
2026-07-28T02:44:38.2816395Z         PASS [   0.004s] (1992/2064) spt-term projection::tests::truncates_tool_args_to_width
2026-07-28T02:44:38.2858267Z         PASS [   0.004s] (1993/2064) spt-term projection::tests::ts_ordering_key_parses_and_is_optional
2026-07-28T02:44:38.2858822Z         PASS [   0.177s] (1994/2064) spt-store worker_seq::tests::concurrent_mints_never_collide
2026-07-28T02:44:38.2901293Z         PASS [   0.004s] (1995/2064) spt-term projection::tests::unknown_fields_are_tolerated
2026-07-28T02:44:38.2909677Z         PASS [   0.005s] (1996/2064) spt-term projection::tests::window_input_turns_bridges_and_trims
2026-07-28T02:44:38.2941230Z         PASS [   0.004s] (1997/2064) spt-term projection::tests::windows_to_last_n_turns
2026-07-28T02:44:38.2947977Z         PASS [   0.004s] (1998/2064) spt-term reader::tests::auto_answers_synthetic_dsr_query
2026-07-28T02:44:38.2988730Z         PASS [   0.005s] (1999/2064) spt-term reader::tests::cursor_provider_yields_accurate_display_column_cpr
2026-07-28T02:44:38.2991886Z         PASS [   0.004s] (2000/2064) spt-term reader::tests::dsr_splitter_finds_and_strips_query_across_chunk_boundary
2026-07-28T02:44:38.3031540Z         PASS [   0.004s] (2001/2064) spt-term reader::tests::query_free_chunk_reaches_the_sink_as_one_segment
2026-07-28T02:44:38.3081350Z         PASS [   0.009s] (2002/2064) spt-term reader::tests::no_dsr_means_no_answer
2026-07-28T02:44:38.3082105Z         PASS [   0.005s] (2003/2064) spt-term screen::tests::a_sequence_split_across_captured_advances_defers_whole
2026-07-28T02:44:38.3134778Z         PASS [   0.005s] (2004/2064) spt-term screen::tests::alt_screen_repaint_excludes_main_scrollback
2026-07-28T02:44:38.3136845Z         PASS [   0.005s] (2005/2064) spt-term screen::tests::capture_consumes_tracked_state_instead_of_deferring_it
2026-07-28T02:44:38.3177747Z         PASS [   0.004s] (2006/2064) spt-term screen::tests::capture_defers_osc_color_with_original_terminator
2026-07-28T02:44:38.3178567Z         PASS [   0.004s] (2007/2064) spt-term screen::tests::capture_defers_untracked_stateful_one_shots_and_queries_in_order
2026-07-28T02:44:38.3219430Z         PASS [   0.004s] (2008/2064) spt-term screen::tests::capture_drops_hyperlinks_dcs_and_dsr
2026-07-28T02:44:38.3224162Z         PASS [   0.005s] (2009/2064) spt-term screen::tests::combining_mark_attaches_without_advancing
2026-07-28T02:44:38.3265079Z         PASS [   0.004s] (2010/2064) spt-term screen::tests::cursor_position_reports_display_columns
2026-07-28T02:44:38.3267053Z         PASS [   0.004s] (2011/2064) spt-term screen::tests::cursor_visibility_hidden_emitted
2026-07-28T02:44:38.3311994Z         PASS [   0.004s] (2012/2064) spt-term screen::tests::empty_grid_repaint_is_clean
2026-07-28T02:44:38.3314414Z         PASS [   0.005s] (2013/2064) spt-term screen::tests::dch_ich_heal_wide_pairs_at_the_boundaries
2026-07-28T02:44:38.3360422Z         PASS [   0.004s] (2014/2064) spt-term screen::tests::erase_display_clears_screen
2026-07-28T02:44:38.3361046Z         PASS [   0.005s] (2015/2064) spt-term screen::tests::erase_across_a_wide_half_leaves_no_orphan
2026-07-28T02:44:38.3406514Z         PASS [   0.004s] (2016/2064) spt-term screen::tests::main_screen_repaint_paints_text_no_alt_enter
2026-07-28T02:44:38.3409182Z         PASS [   0.005s] (2017/2064) spt-term screen::tests::leaving_alt_restores_main_screen
2026-07-28T02:44:38.3423564Z         PASS [   0.252s] (2018/2064) spt-store worker_reap::tests::orphaned_respects_boot_race_grace
2026-07-28T02:44:38.3455525Z         PASS [   0.005s] (2019/2064) spt-term screen::tests::plain_advance_never_captures
2026-07-28T02:44:38.3459647Z         PASS [   0.005s] (2020/2064) spt-term screen::tests::overwriting_either_half_clears_the_whole_wide_glyph
2026-07-28T02:44:38.3465176Z         PASS [   0.004s] (2021/2064) spt-term screen::tests::repaint_emits_display_width_not_scalar_count_per_row
2026-07-28T02:44:38.3501130Z         PASS [   0.004s] (2022/2064) spt-term screen::tests::repaint_then_raw_scroll_matches_the_server_grid
2026-07-28T02:44:38.3506635Z         PASS [   0.005s] (2023/2064) spt-term screen::tests::repaint_replays_tracked_decstbm_before_cursor_placement
2026-07-28T02:44:38.3508231Z         PASS [   0.004s] (2024/2064) spt-term screen::tests::resize_preserves_content
2026-07-28T02:44:38.3547848Z         PASS [   0.005s] (2025/2064) spt-term screen::tests::resize_preserves_title
2026-07-28T02:44:38.3549274Z         PASS [   0.004s] (2026/2064) spt-term screen::tests::resize_through_a_wide_pair_heals_the_cut_lead
2026-07-28T02:44:38.3556476Z         PASS [   0.005s] (2027/2064) spt-term screen::tests::ris_clears_title_and_untitled_emits_none
2026-07-28T02:44:38.3593851Z         PASS [   0.005s] (2028/2064) spt-term screen::tests::ris_mid_capture_keeps_the_deferred_tail
2026-07-28T02:44:38.3595945Z         PASS [   0.005s] (2029/2064) spt-term screen::tests::sgr_pen_reconstructed_in_repaint
2026-07-28T02:44:38.3609402Z         PASS [   0.005s] (2030/2064) spt-term screen::tests::title_captured_and_replayed_in_repaint
2026-07-28T02:44:38.3638488Z         PASS [   0.004s] (2031/2064) spt-term screen::tests::wide_glyph_wraps_whole_at_right_margin
2026-07-28T02:44:38.3639967Z         PASS [   0.005s] (2032/2064) spt-term screen::tests::wide_glyph_advances_two_display_columns
2026-07-28T02:44:38.3649307Z         PASS [   0.004s] (2033/2064) spt-term winprog::tests::bare_name_prefers_cmd_over_extensionless_shim
2026-07-28T02:44:38.3680512Z         PASS [   0.004s] (2034/2064) spt-term winprog::tests::bare_name_prefers_exe_and_spawns_direct
2026-07-28T02:44:38.3681098Z         PASS [   0.004s] (2035/2064) spt-term winprog::tests::earlier_path_dir_wins
2026-07-28T02:44:38.3687337Z         PASS [   0.004s] (2036/2064) spt-term winprog::tests::explicit_extension_is_classified_in_place
2026-07-28T02:44:38.3724237Z         PASS [   0.004s] (2037/2064) spt-term winprog::tests::unresolvable_passes_through
2026-07-28T02:44:38.3725497Z         PASS [   0.281s] (2038/2064) spt-store worker_reap::tests::reap_preserves_wseq_so_next_mint_continues
2026-07-28T02:44:38.3728470Z         PASS [   0.004s] (2039/2064) xtask::bin/xtask asset_map_tests::asset_target_triple_resolves_musl_from_registry
2026-07-28T02:44:38.3741428Z         PASS [   0.006s] (2040/2064) spt-test-support tests::scoped_home_cleans_without_overriding_the_outer_temp_sandbox
2026-07-28T02:44:38.3767710Z         PASS [   0.004s] (2041/2064) xtask::bin/xtask docs_token_gate_tests::clean_help_text_passes
2026-07-28T02:44:38.3768479Z         PASS [   0.004s] (2042/2064) xtask::bin/xtask docs_token_gate_tests::planted_internal_codes_are_flagged
2026-07-28T02:44:38.3769902Z         PASS [   0.004s] (2043/2064) xtask::bin/xtask converge_tests::converge_table_renders_rows_and_success_predicate
2026-07-28T02:44:38.3780366Z         PASS [   0.004s] (2044/2064) xtask::bin/xtask heavy_class_tests::a_by_binary_filter_does_not_classify_a_lib_module
2026-07-28T02:44:38.3811707Z         PASS [   0.004s] (2045/2064) xtask::bin/xtask heavy_class_tests::a_module_inside_an_alternation_group_reads_as_classified
2026-07-28T02:44:38.3812720Z         PASS [   0.004s] (2046/2064) xtask::bin/xtask phase_a_profile_tests::a_heavy_by_binary_override_needs_no_mirror
2026-07-28T02:44:38.3814784Z         PASS [   0.005s] (2047/2064) xtask::bin/xtask heavy_class_tests::only_a_broker_bound_inside_the_test_block_counts
2026-07-28T02:44:38.3839669Z         PASS [   0.006s] (2048/2064) xtask::bin/xtask phase_a_profile_tests::a_mirrored_override_that_drifted_reads_as_missing
2026-07-28T02:44:38.3857499Z         PASS [   0.004s] (2049/2064) xtask::bin/xtask phase_a_profile_tests::an_unmirrored_phase_a_override_is_reported
2026-07-28T02:44:38.3858690Z         PASS [   0.004s] (2050/2064) xtask::bin/xtask phase_a_profile_tests::the_checked_in_config_is_in_parity
2026-07-28T02:44:38.3860375Z         PASS [   0.005s] (2051/2064) xtask::bin/xtask phase_a_profile_tests::a_mirrored_phase_a_override_is_satisfied
2026-07-28T02:44:38.3880642Z         PASS [   0.004s] (2052/2064) xtask::bin/xtask spt_bin_tests::target_debug_dir_honors_cargo_target_dir
2026-07-28T02:44:38.4592359Z         PASS [   0.361s] (2053/2064) spt-store worker_reap::tests::ttl_overrides_live_ready_marker
2026-07-28T02:44:38.4689852Z         PASS [   0.379s] (2054/2064) spt-store worker_reap::tests::keeps_inflight_and_pending_reaps_drained
2026-07-28T02:44:38.5515253Z         PASS [   0.518s] (2055/2064) spt-store syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite
2026-07-28T02:44:38.5902200Z         PASS [   0.588s] (2056/2064) spt-store syncmerge::tests::adopt_then_incremental_then_idempotent_repull
2026-07-28T02:44:38.7131699Z         PASS [   0.662s] (2057/2064) spt-store syncmerge::tests::project_branch_unions_disjoint_agents
2026-07-28T02:44:38.8939561Z         PASS [   0.889s] (2058/2064) spt-store syncmerge::tests::concurrent_writes_surface_on_both_nodes
2026-07-28T02:44:38.8989235Z         PASS [   0.869s] (2059/2064) spt-store syncmerge::tests::dominated_incoming_drops_but_joins_dag
2026-07-28T02:44:39.1707557Z         PASS [   1.107s] (2060/2064) spt-store syncmerge::tests::reconciled_write_propagates_and_clears_artifacts
2026-07-28T02:44:39.5291526Z         PASS [  34.502s] (2061/2064) spt::endpoint_autostart_e2e saved_endpoint_replays_on_daemon_restart
2026-07-28T02:44:39.5689576Z         PASS [   1.394s] (2062/2064) spt-store::carrier_claim_int two_carriers_race_one_spool_every_row_delivered_exactly_once
2026-07-28T02:44:41.6429858Z         PASS [   4.528s] (2063/2064) spt-store info::tests::write_info_racing_mutate_info_never_lost_update
2026-07-28T02:44:42.8215583Z         PASS [  10.798s] (2064/2064) spt-daemon::pump pump_w2_live_peer_advertised_amid_dead_peers_no_restart
2026-07-28T02:44:42.8216728Z ────────────
2026-07-28T02:44:42.8217043Z      Summary [  37.940s] 2064 tests run: 2064 passed (2 leaky), 1 skipped
2026-07-28T02:44:42.8374462Z ##[group]Run cargo nextest run --workspace --no-fail-fast -E '(package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|conn_blackhole_lifecycle|controller_lease|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|endpoint_lifecycle|endpoint_survival|handoff|idempotent|inject_control_wedge|input_ack_deadlock|mesh_recovery|net_worker_starve|redispatch|redispatch_stall|registry_lifecycle|render_lifecycle|resize_geometry_epoch|resize_presentation_barrier|restart_replay_lifetime|resume|shellchan|spawn_truth|transport_death_eof|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|bind_honest_cross_perch_e2e|brain_respawn_rename|brain_split|brain_survive|daemon_refresh_e2e|dummy_harness_e2e|endpoint_teardown_authority_e2e|gateway_owner_shell_e2e|job_escape_e2e|live_adapt_translation_swap_e2e|livehost_bootgate_e2e|multi_subnet_bringup_e2e|n1_pairing|oneliner_e2e|projindex_reader_e2e|projindex_writer_e2e|rc_attach_truth|resume_template_e2e|run_no_dup_session_e2e)$/)) | (package(spt-term) & kind(test))'
2026-07-28T02:44:42.8380539Z [36;1mcargo nextest run --workspace --no-fail-fast -E '(package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|conn_blackhole_lifecycle|controller_lease|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|endpoint_lifecycle|endpoint_survival|handoff|idempotent|inject_control_wedge|input_ack_deadlock|mesh_recovery|net_worker_starve|redispatch|redispatch_stall|registry_lifecycle|render_lifecycle|resize_geometry_epoch|resize_presentation_barrier|restart_replay_lifetime|resume|shellchan|spawn_truth|transport_death_eof|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|bind_honest_cross_perch_e2e|brain_respawn_rename|brain_split|brain_survive|daemon_refresh_e2e|dummy_harness_e2e|endpoint_teardown_authority_e2e|gateway_owner_shell_e2e|job_escape_e2e|live_adapt_translation_swap_e2e|livehost_bootgate_e2e|multi_subnet_bringup_e2e|n1_pairing|oneliner_e2e|projindex_reader_e2e|projindex_writer_e2e|rc_attach_truth|resume_template_e2e|run_no_dup_session_e2e)$/)) | (package(spt-term) & kind(test))'[0m
2026-07-28T02:44:42.8568060Z shell: /usr/bin/bash -e {0}
2026-07-28T02:44:42.8568304Z env:
2026-07-28T02:44:42.8568484Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:44:42.8568713Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:44:42.8569113Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:44:42.8569480Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:44:42.8569925Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:44:42.8570334Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:44:42.8570771Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:44:42.8571081Z ##[endgroup]
2026-07-28T02:44:44.0958327Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
2026-07-28T02:44:44.2906770Z ────────────
2026-07-28T02:44:44.2907246Z  Nextest run ID 945e6689-c2dc-4b57-9181-8d461e0aeeee with nextest profile: default
2026-07-28T02:44:44.2907766Z     Starting 166 tests across 62 binaries (108 binaries skipped)
2026-07-28T02:44:59.8622095Z         PASS [  15.570s] (  1/166) spt::attach_wedge_e2e attach_wedge_dead_child_plus_dropped_pump_does_not_wedge_the_broker
2026-07-28T02:45:10.6278812Z         PASS [  10.766s] (  2/166) spt::bind_cwd_project_e2e endpoint_run_records_cwd_and_appears_under_its_project
2026-07-28T02:45:20.5210734Z         PASS [   9.893s] (  3/166) spt::bind_honest_cross_perch_e2e cross_perch_dead_owner_repin_is_refused_no_contamination
2026-07-28T02:46:04.7494800Z         PASS [  44.228s] (  4/166) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-07-28T02:46:28.6615621Z         PASS [  23.911s] (  5/166) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-07-28T02:46:52.6091978Z         PASS [  23.948s] (  6/166) spt::brain_split seed_anchor_survives_brain_cycle
2026-07-28T02:47:32.9942023Z         PASS [  40.385s] (  7/166) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-07-28T02:47:53.4292463Z         PASS [  20.435s] (  8/166) spt::daemon_refresh_e2e daemon_refresh_cycles_brain_while_hosted_endpoint_survives
2026-07-28T02:48:08.9270282Z         PASS [  15.498s] (  9/166) spt::dummy_harness_e2e endpoint_run_attach_awaits_online_before_attaching
2026-07-28T02:48:20.4339927Z         PASS [  11.507s] ( 10/166) spt::dummy_harness_e2e endpoint_run_brings_up_a_long_lived_dummy_harness_and_rc_attaches
2026-07-28T02:48:31.1081725Z         PASS [  10.674s] ( 11/166) spt::endpoint_teardown_authority_e2e shutdown_reaps_the_hosted_subtree_it_reports_suspending
2026-07-28T02:48:46.0163898Z         PASS [  14.908s] ( 12/166) spt::endpoint_teardown_authority_e2e stop_reaps_the_hosted_subtree_and_run_recovers_the_endpoint
2026-07-28T02:48:46.3878343Z         PASS [   0.371s] ( 13/166) spt::gateway_owner_shell_e2e gateway_typed_owner_owns_a_shell_on_every_path_keyed_on_id
2026-07-28T02:48:46.3917425Z         PASS [   0.004s] ( 14/166) spt::job_escape_e2e daemon_survives_terminal_close_via_session_detachment
2026-07-28T02:48:58.9233945Z         PASS [  12.531s] ( 15/166) spt::live_adapt_translation_swap_e2e adapter_apply_for_foreign_adapter_leaves_live_endpoint_untouched
2026-07-28T02:49:10.9216250Z         PASS [  11.998s] ( 16/166) spt::live_adapt_translation_swap_e2e adapter_apply_swaps_composite_profile_endpoint_matched_on_parent
2026-07-28T02:49:22.9169751Z         PASS [  11.995s] ( 17/166) spt::live_adapt_translation_swap_e2e adapter_apply_swaps_locked_translation_binary_without_restarting_endpoint
2026-07-28T02:49:33.5574582Z         PASS [  10.640s] ( 18/166) spt::live_adapt_translation_swap_e2e adapter_apply_with_no_matching_session_still_swaps
2026-07-28T02:49:52.0765324Z         PASS [  18.519s] ( 19/166) spt::livehost_bootgate_e2e cold_start_does_not_revive_a_sessionless_online_latched_perch
2026-07-28T02:50:02.8988088Z         PASS [  10.822s] ( 20/166) spt::multi_subnet_bringup_e2e fresh_unbound_is_attachable_before_bind
2026-07-28T02:50:13.5234218Z         PASS [  10.625s] ( 21/166) spt::multi_subnet_bringup_e2e multi_subnet_refuses_without_subnet_then_homes_and_binds
2026-07-28T02:50:24.1142048Z         PASS [  10.591s] ( 22/166) spt::multi_subnet_bringup_e2e single_subnet_control_auto_homes
2026-07-28T02:50:24.1182084Z         PASS [   0.004s] ( 23/166) spt::n1_pairing new_brain_serves_against_old_broker
2026-07-28T02:50:24.1221877Z         PASS [   0.004s] ( 24/166) spt::oneliner_e2e at_logon_task_launches_daemon_in_background_not_foreground
2026-07-28T02:50:24.1258731Z         PASS [   0.004s] ( 25/166) spt::oneliner_e2e install_script_against_staged_release
2026-07-28T02:50:34.7656120Z         PASS [  10.640s] ( 26/166) spt::projindex_reader_e2e readers_answer_from_daemon_maintained_index_with_zero_git
2026-07-28T02:50:56.2479274Z         PASS [  21.482s] ( 27/166) spt::projindex_writer_e2e writer_cold_warm_and_event_invalidation_against_live_daemon
2026-07-28T02:51:06.3193714Z         PASS [  10.071s] ( 28/166) spt::rc_attach_truth harness_only_refuses_truthfully_pre_stream
2026-07-28T02:51:17.7367398Z         PASS [  11.417s] ( 29/166) spt::rc_attach_truth offline_row_over_live_session_attaches
2026-07-28T02:51:27.7961299Z         PASS [  10.059s] ( 30/166) spt::rc_attach_truth offline_row_with_no_session_refuses
2026-07-28T02:51:38.9330804Z         PASS [  11.137s] ( 31/166) spt::rc_attach_truth rc_owned_display_carries_no_pump_diagnostics
2026-07-28T02:51:55.3786744Z         PASS [  16.446s] ( 32/166) spt::rc_attach_truth resume_never_bound_reads_unbound_and_attaches
2026-07-28T02:52:09.8362461Z         PASS [  14.458s] ( 33/166) spt::rc_attach_truth zombie_claim_refuses_never_attaches
2026-07-28T02:52:25.3044607Z         PASS [  15.468s] ( 34/166) spt::resume_template_e2e endpoint_run_resume_selects_resume_template_in_recorded_cwd
2026-07-28T02:52:35.8118550Z         PASS [  10.507s] ( 35/166) spt::run_no_dup_session_e2e run_over_live_endpoint_never_mints_a_second_session
2026-07-28T02:52:35.9914240Z         PASS [   0.180s] ( 36/166) spt-daemon::attach attach_registers_remote_drive_detection
2026-07-28T02:52:36.0647129Z         PASS [   0.073s] ( 37/166) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-07-28T02:52:36.0963872Z         PASS [   0.032s] ( 38/166) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-07-28T02:52:36.1262285Z         PASS [   0.030s] ( 39/166) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-07-28T02:52:36.1629883Z         PASS [   0.037s] ( 40/166) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-07-28T02:52:36.2124372Z         PASS [   0.049s] ( 41/166) spt-daemon::attach cross_node_cold_attach_to_alt_screen_gets_clean_repaint
2026-07-28T02:52:36.2257934Z         PASS [   0.013s] ( 42/166) spt-daemon::attach handoff_seeds_resume_cursor_and_resubscribes_for_resume
2026-07-28T02:52:36.2720903Z         PASS [   0.046s] ( 43/166) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-07-28T02:52:36.3182985Z         PASS [   0.046s] ( 44/166) spt-daemon::attach loopback_attach_to_a_prepopulated_ring_delivers_without_deadlock
2026-07-28T02:52:36.3475921Z         PASS [   0.029s] ( 45/166) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-07-28T02:52:36.3589424Z         PASS [   0.011s] ( 46/166) spt-daemon::attach re_serve_resets_resume_cursor_after_a_pre_attached_consume
2026-07-28T02:52:36.4307122Z         PASS [   0.072s] ( 47/166) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-07-28T02:52:36.5201060Z         PASS [   0.089s] ( 48/166) spt-daemon::attach resize_is_controller_exclusive
2026-07-28T02:52:36.5734252Z         PASS [   0.053s] ( 49/166) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-07-28T02:52:36.6526605Z         PASS [   0.079s] ( 50/166) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-07-28T02:52:43.1970278Z         PASS [   6.544s] ( 51/166) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-07-28T02:52:43.6705484Z         PASS [   0.473s] ( 52/166) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-07-28T02:52:43.8239662Z         PASS [   0.153s] ( 53/166) spt-daemon::broker ack_false_input_suppresses_applied_frame
2026-07-28T02:52:44.2672790Z         PASS [   0.443s] ( 54/166) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-07-28T02:52:44.7120364Z         PASS [   0.445s] ( 55/166) spt-daemon::broker controller_writer_reorder_consumer_view_stays_monotonic_and_session_live
2026-07-28T02:52:44.8557810Z         PASS [   0.144s] ( 56/166) spt-daemon::broker dead_session_subscribe_does_not_hang
2026-07-28T02:52:44.9962441Z         PASS [   0.140s] ( 57/166) spt-daemon::broker endpoint_keyed_inject_without_binary_spools_not_pty
2026-07-28T02:52:45.1247309Z         PASS [   0.128s] ( 58/166) spt-daemon::broker exactly_once_preserved_on_no_ack_path
2026-07-28T02:52:45.2659452Z         PASS [   0.141s] ( 59/166) spt-daemon::broker spawn_env_reaches_child
2026-07-28T02:52:45.4135529Z         PASS [   0.148s] ( 60/166) spt-daemon::broker wall_b_endpoint_run_env_then_send_spools
2026-07-28T02:52:45.4188703Z         PASS [   0.005s] ( 61/166) spt-daemon::budget measure_dormant_seat_budget
2026-07-28T02:52:47.5177630Z         PASS [   2.099s] ( 62/166) spt-daemon::controller_lease equal_lease_replay_stays_silent_and_never_self_displaces
2026-07-28T02:52:49.1211343Z         PASS [   1.603s] ( 63/166) spt-daemon::controller_lease revoke_terminates_a_wedged_incumbent_plain_control
2026-07-28T02:52:50.7192815Z         PASS [   1.598s] ( 64/166) spt-daemon::controller_lease revoke_terminates_a_wedged_incumbent_take
2026-07-28T02:52:51.0641571Z         PASS [   0.345s] ( 65/166) spt-daemon::controller_lease same_node_distinct_lease_take_displaces_loudly_and_completes_the_stream
2026-07-28T02:52:51.4086202Z         PASS [   0.344s] ( 66/166) spt-daemon::controller_lease same_node_newer_gen_plain_control_supersedes_loudly_and_completes_the_stream
2026-07-28T02:52:51.4704933Z         PASS [   0.062s] ( 67/166) spt-daemon::controller_lease stale_lease_input_and_resize_mutate_nothing_and_shell_injection_lands
2026-07-28T02:52:52.1142929Z         PASS [   0.644s] ( 68/166) spt-daemon::daemon_e2e daemon_hosts_lifecycle_and_survives_brain_restart
2026-07-28T02:52:59.8577700Z         PASS [   7.743s] ( 69/166) spt-daemon::daemon_lifecycle_real_brain real_brain_process_hosts_the_psyche_for_an_online_live_endpoint
2026-07-28T02:52:59.9742408Z         PASS [   0.116s] ( 70/166) spt-daemon::digest harness_hosted_digest_projects_and_pushes_deltas
2026-07-28T02:52:59.9907719Z         PASS [   0.016s] ( 71/166) spt-daemon::dispatch classify_routes_a_node_label_feed_to_registry
2026-07-28T02:53:00.1800280Z         PASS [   0.189s] ( 72/166) spt-daemon::dispatch dispatcher_applies_a_notif_feed_undriven
2026-07-28T02:53:00.3454416Z         PASS [   0.165s] ( 73/166) spt-daemon::dispatch dispatcher_funnels_wan_messages_undriven
2026-07-28T02:53:00.4557515Z         PASS [   0.110s] ( 74/166) spt-daemon::dispatch dispatcher_resolves_attach_by_endpoint_and_refuses_a_stale_endpoint
2026-07-28T02:53:00.6686620Z         PASS [   0.213s] ( 75/166) spt-daemon::dispatch dispatcher_serves_a_cross_node_shell_link
2026-07-28T02:53:00.7662472Z         PASS [   0.098s] ( 76/166) spt-daemon::dispatch dispatcher_serves_a_file_fetch_undriven
2026-07-28T02:53:00.8855152Z         PASS [   0.119s] ( 77/166) spt-daemon::dispatch dispatcher_serves_a_remote_drive_attach_undriven
2026-07-28T02:53:01.0527972Z         PASS [   0.167s] ( 78/166) spt-daemon::dispatch dispatcher_serves_a_subnet_serve_probe
2026-07-28T02:53:01.4372026Z         PASS [   0.384s] ( 79/166) spt-daemon::dispatch dispatcher_serves_a_sync_pull_undriven
2026-07-28T02:53:01.5448905Z         PASS [   0.108s] ( 80/166) spt-daemon::dispatch dispatcher_serves_an_update_pull_undriven
2026-07-28T02:53:01.7656069Z         PASS [   0.221s] ( 81/166) spt-daemon::dispatch dispatcher_surfaces_a_remote_won_notif_at_the_winning_node
2026-07-28T02:53:01.9007318Z         PASS [   0.135s] ( 82/166) spt-daemon::dispatch dispatcher_survives_an_unknown_stream
2026-07-28T02:53:02.2654965Z         PASS [   0.365s] ( 83/166) spt-daemon::driven_by_selfheal gap_a_live_session_controller_by_is_ambiguous_so_reconcile_must_not_clear
2026-07-28T02:53:02.3273738Z         PASS [   0.062s] ( 84/166) spt-daemon::driven_by_selfheal gap_b_sessionless_perch_reconcile_offlines_and_clears_driven_by
2026-07-28T02:53:02.3652564Z         PASS [   0.038s] ( 85/166) spt-daemon::endpoint_lifecycle dead_pid_hybrid_row_does_not_survive_reconcile
2026-07-28T02:53:02.5456366Z         PASS [   0.180s] ( 86/166) spt-daemon::endpoint_lifecycle dead_relay_converges_while_its_live_sibling_still_delivers
2026-07-28T02:53:02.6187420Z         PASS [   0.073s] ( 87/166) spt-daemon::endpoint_lifecycle definitive_death_normalizes_and_next_reconcile_emits_no_wake_resume
2026-07-28T02:53:03.5529455Z         PASS [   0.934s] ( 88/166) spt-daemon::endpoint_lifecycle poll_vs_reap_interleave_converges_to_cleared_stamps
2026-07-28T02:53:03.7198043Z         PASS [   0.167s] ( 89/166) spt-daemon::endpoint_lifecycle raw_viewport_close_frees_the_controller_full_chain_across_broker_restart
2026-07-28T02:53:03.8065114Z         PASS [   0.087s] ( 90/166) spt-daemon::endpoint_survival daemon_restart_reruns_a_previously_online_orphaned_endpoint
2026-07-28T02:53:03.8677398Z         PASS [   0.061s] ( 91/166) spt-daemon::endpoint_survival daemon_restart_resumes_a_ready_agent_controllable_orphan
2026-07-28T02:53:03.8808045Z         PASS [   0.013s] ( 92/166) spt-daemon::endpoint_survival reconcile_leaves_a_legitimate_live_pid_ready_listener_online
2026-07-28T02:53:03.9209985Z         PASS [   0.040s] ( 93/166) spt-daemon::endpoint_survival reconcile_terminally_offlines_a_sessionless_ready_agent_controllable_hybrid
2026-07-28T02:53:04.3913391Z         PASS [   0.470s] ( 94/166) spt-daemon::handoff brain_restart_survives_gaplessly_with_fresh_gen_start
2026-07-28T02:53:04.4280020Z         PASS [   0.037s] ( 95/166) spt-daemon::idempotent pty_writes_are_exactly_once_across_brain_crashes
2026-07-28T02:53:07.6040329Z         PASS [   3.176s] ( 96/166) spt-daemon::inject_control_wedge a_backed_up_controller_does_not_wedge_the_session
2026-07-28T02:53:10.4429626Z         PASS [   2.839s] ( 97/166) spt-daemon::inject_control_wedge a_journaled_input_wedge_does_not_starve_a_concurrent_rc_attach
2026-07-28T02:53:11.3937360Z         PASS [   0.951s] ( 98/166) spt-daemon::inject_control_wedge c1_miss_once_preserves_binary_and_next_inject_delivers
2026-07-28T02:53:13.2596776Z         PASS [   1.866s] ( 99/166) spt-daemon::inject_control_wedge c1_strike_fault_stamps_perch_and_bounded_respawns_then_gives_up
2026-07-28T02:53:13.5003315Z         PASS [   0.241s] (100/166) spt-daemon::inject_control_wedge g1_choreography_happy_path_payload_reaches_pty_and_controller_keeps_control
2026-07-28T02:53:14.7357675Z         PASS [   1.235s] (101/166) spt-daemon::inject_control_wedge g2_no_commit_deadline_faults_binary_and_does_not_wedge_controller_input
2026-07-28T02:53:15.2760983Z         PASS [   0.540s] (102/166) spt-daemon::inject_control_wedge g3_content_free_ping_never_duplicates_operator_keystrokes_into_binary
2026-07-28T02:53:15.6958671Z         PASS [   0.420s] (103/166) spt-daemon::inject_control_wedge g4_translation_child_is_reaped_no_zombie_after_session_down
2026-07-28T02:53:17.8254946Z         PASS [   2.130s] (104/166) spt-daemon::inject_control_wedge g5_active_endpoint_spools_deferred_and_is_not_injected
2026-07-28T02:53:18.3281488Z         PASS [   0.503s] (105/166) spt-daemon::inject_control_wedge g6_faulted_inflight_envelope_is_respooled_not_lost
2026-07-28T02:53:18.5580048Z         PASS [   0.230s] (106/166) spt-daemon::inject_control_wedge g7_native_injects_mid_active_bypassing_the_idle_gate
2026-07-28T02:53:18.9673829Z         PASS [   0.409s] (107/166) spt-daemon::inject_control_wedge large_endpoint_inject_to_a_no_binary_session_spools_promptly_without_wedging
2026-07-28T02:53:27.8188608Z         PASS [   8.851s] (108/166) spt-daemon::inject_control_wedge p0_paste_wedge_parked_write_does_not_starve_attach_or_wedge_broker
2026-07-28T02:53:28.0761476Z         PASS [   0.257s] (109/166) spt-daemon::inject_control_wedge parked_message_to_already_idle_endpoint_is_delivered_without_a_poke
2026-07-28T02:53:28.4112396Z         PASS [   0.335s] (110/166) spt-daemon::inject_control_wedge w5_a1_locally_driven_session_reports_controller_by_none
2026-07-28T02:53:32.4728660Z         PASS [   4.062s] (111/166) spt-daemon::inject_control_wedge w5_a2_abandoned_remote_controller_conn_close_eviction_is_platform_divergent
2026-07-28T02:53:32.7107388Z         PASS [   0.238s] (112/166) spt-daemon::inject_control_wedge w5a_bigmultiline_inject_arrives_byte_complete_across_a_loop
2026-07-28T02:53:33.1241321Z         PASS [   0.413s] (113/166) spt-daemon::inject_control_wedge w5a_forced_echo_miss_redrives_once_then_loud_spools
2026-07-28T02:53:33.4496148Z         PASS [   0.325s] (114/166) spt-daemon::inject_control_wedge wan_arrival_to_idle_spt_hosted_injects_with_no_hook_poll
2026-07-28T02:54:05.3269049Z         PASS [  31.877s] (115/166) spt-daemon::input_ack_deadlock input_flood_through_serve_attach_does_not_deadlock_broker
2026-07-28T02:54:06.2537861Z         PASS [   0.927s] (116/166) spt-daemon::mesh_recovery health_degrades_during_all_peer_failure_and_recovers_on_real_progress
2026-07-28T02:54:06.4395492Z         PASS [   0.186s] (117/166) spt-daemon::mesh_recovery poison_cache_row_is_repaired_from_the_roster_at_startup
2026-07-28T02:54:11.7419835Z         PASS [   5.302s] (118/166) spt-daemon::mesh_recovery roster_route_survives_a_transient_dial_failure_with_discovery_disabled
2026-07-28T02:54:14.4112402Z         PASS [   2.669s] (119/166) spt-daemon::net_worker_starve dead_peer_dial_burst_vs_net_runtime_canary
2026-07-28T02:54:17.0178167Z         PASS [   2.607s] (120/166) spt-daemon::net_worker_starve unreachable_peer_dial_burst_vs_net_runtime_canary
2026-07-28T02:54:17.3034844Z         PASS [   0.286s] (121/166) spt-daemon::redispatch finished_historical_attach_neither_takes_nor_clears_current_controller
2026-07-28T02:54:17.4907784Z         PASS [   0.187s] (122/166) spt-daemon::redispatch finished_pending_sync_request_still_serves_across_generation_start
2026-07-28T02:54:19.7939176Z         PASS [   2.303s] (123/166) spt-daemon::redispatch finished_unretired_attach_is_skipped_and_drained_not_replayed
2026-07-28T02:54:20.3016024Z         PASS [   0.508s] (124/166) spt-daemon::redispatch opener_evicted_active_stream_resumes_after_dispatcher_restart
2026-07-28T02:54:20.8964637Z         PASS [   0.595s] (125/166) spt-daemon::redispatch transient_worker_start_failure_recovers_via_claim_retry
2026-07-28T02:54:21.0540702Z         PASS [   0.158s] (126/166) spt-daemon::redispatch_stall old_broker_unknown_verb_answer_falls_back_to_the_peek_and_serves_real_traffic
2026-07-28T02:54:25.7274955Z         PASS [   4.673s] (127/166) spt-daemon::redispatch_stall opener_transient_is_bounded_requeue_never_a_peek_subscriber
2026-07-28T02:54:27.5721437Z         PASS [   1.845s] (128/166) spt-daemon::redispatch_stall poisoned_subscriber_cancels_the_paired_forwarding_leg_then_recovery_serves
2026-07-28T02:54:29.7636859Z         PASS [   2.191s] (129/166) spt-daemon::redispatch_stall seat_blocked_failure_trips_the_breaker_and_the_stream_recovers
2026-07-28T02:54:32.0119382Z         PASS [   2.248s] (130/166) spt-daemon::redispatch_stall stale_unfinished_attach_replay_neither_takes_nor_clears_the_replacement_controller
2026-07-28T02:54:34.3028482Z         PASS [   2.291s] (131/166) spt-daemon::redispatch_stall wedged_subscriber_never_stalls_the_producer_and_recovery_replays_gapless
2026-07-28T02:54:34.4947547Z         PASS [   0.192s] (132/166) spt-daemon::registry_lifecycle multichunk_feed_applies_with_exactly_one_snapshot_write
2026-07-28T02:54:38.4641315Z         PASS [   3.969s] (133/166) spt-daemon::registry_lifecycle oneway_rounds_plateau_rows_seats_and_a_refresh_replays_nothing
2026-07-28T02:54:52.5946846Z         PASS [  14.130s] (134/166) spt-daemon::registry_lifecycle poisoned_registry_replay_strikes_out_terminal_while_fresh_feeds_serve
2026-07-28T02:54:52.9907144Z         PASS [   0.396s] (135/166) spt-daemon::render_lifecycle final_output_frame_precedes_exit_through_the_production_path
2026-07-28T02:55:03.3498711Z         PASS [  10.359s] (136/166) spt-daemon::restart_replay_lifetime a_raw_dead_connection_bound_opener_is_not_re_served_by_the_next_generation
2026-07-28T02:55:05.3821953Z         PASS [   2.032s] (137/166) spt-daemon::resume cold_start_resumes_all_sessions_from_the_broker_cursor
2026-07-28T02:55:09.5924061Z         PASS [   4.210s] (138/166) spt-daemon::resume resume_below_ring_floor_clamps_forward_without_gap_error
2026-07-28T02:55:10.4098096Z         PASS [   0.817s] (139/166) spt-daemon::resume resume_mode_brain_spawning_new_sessions_delivers_each
2026-07-28T02:55:10.5279360Z         PASS [   0.119s] (140/166) spt-daemon::shellchan hung_shell_stalls_no_other_owner
2026-07-28T02:55:10.6844429Z         PASS [   0.156s] (141/166) spt-daemon::shellchan stdin_receipt_delivers_spooled_frames_exactly_once
2026-07-28T02:55:10.7698017Z         PASS [   0.085s] (142/166) spt-daemon::spawn_truth concurrent_fresh_race_yields_one_created_one_conflict
2026-07-28T02:55:10.7955621Z         PASS [   0.026s] (143/166) spt-daemon::spawn_truth fresh_create_over_offline_raw_active_stale_ledger_creates
2026-07-28T02:55:10.8255655Z         PASS [   0.030s] (144/166) spt-daemon::spawn_truth fresh_over_live_is_a_typed_conflict_and_touches_nothing
2026-07-28T02:55:10.8980187Z         PASS [   0.072s] (145/166) spt-daemon::spawn_truth mixed_fresh_resume_race_never_two_children
2026-07-28T02:55:10.9074960Z         PASS [   0.009s] (146/166) spt-daemon::spawn_truth n1_broker_unknown_kind_fails_loud_never_created
2026-07-28T02:55:11.0176176Z         PASS [   0.110s] (147/166) spt-daemon::spawn_truth zombie_client_tree_is_reaped_and_run_succeeds_honestly
2026-07-28T02:56:11.0185242Z         SLOW [> 60.000s] (───────) spt-daemon::transport_death_eof transport_death_without_a_fin_surfaces_eof_to_the_serving_worker
2026-07-28T02:56:16.3699846Z         PASS [  65.352s] (148/166) spt-daemon::transport_death_eof transport_death_without_a_fin_surfaces_eof_to_the_serving_worker
2026-07-28T02:56:16.4287357Z         PASS [   0.059s] (149/166) spt-daemon::two_origin_spanning digest_span_supersedes_a_replayed_generation
2026-07-28T02:56:16.5007042Z         PASS [   0.072s] (150/166) spt-daemon::two_origin_spanning one_source_two_consumers_spans_and_merges
2026-07-28T02:56:16.5069730Z         PASS [   0.006s] (151/166) spt-daemon::twohost b2_attacher_child
2026-07-28T02:56:16.5131092Z         PASS [   0.006s] (152/166) spt-daemon::twohost two_host_ladder_role_a
2026-07-28T02:56:16.5191192Z         PASS [   0.006s] (153/166) spt-daemon::twohost two_host_ladder_role_b
2026-07-28T02:56:16.5370010Z         PASS [   0.018s] (154/166) spt-term::dsr drain_forwards_child_output
2026-07-28T02:56:16.5629417Z         PASS [   0.026s] (155/166) spt-term::inject ctrl_c_interrupts_the_child
2026-07-28T02:56:16.5779944Z         PASS [   0.015s] (156/166) spt-term::inject send_line_reaches_child_and_preserves_order
2026-07-28T02:56:16.5822756Z         PASS [   0.004s] (157/166) spt-term::screengrid_width_oracle combining_mark_zero_cell_survives_the_repaint
2026-07-28T02:56:16.5857535Z         PASS [   0.003s] (158/166) spt-term::screengrid_width_oracle cup_overwrite_after_wide_glyphs_lands_on_the_same_cells
2026-07-28T02:56:16.5893995Z         PASS [   0.004s] (159/166) spt-term::screengrid_width_oracle el_cleared_overflow_row_stays_blank_after_repaint
2026-07-28T02:56:16.5930255Z         PASS [   0.004s] (160/166) spt-term::screengrid_width_oracle ich_dch_erase_across_a_wide_half_leave_no_orphans
2026-07-28T02:56:16.5967556Z         PASS [   0.004s] (161/166) spt-term::screengrid_width_oracle wide_glyph_at_the_margin_fits_exactly_or_wraps_whole
2026-07-28T02:56:17.6029149Z         PASS [   1.006s] (162/166) spt-term::stream bounded_backpressure_stalls_an_unconsumed_reader
2026-07-28T02:56:17.6082504Z         PASS [   0.005s] (163/166) spt-term::stream delivers_every_value_under_resize
2026-07-28T02:56:17.6213167Z         PASS [   0.013s] (164/166) spt-term::surface captures_child_output_off_the_pty
2026-07-28T02:56:17.6264370Z         PASS [   0.005s] (165/166) spt-term::surface resize_under_load_does_not_hang_or_panic
2026-07-28T02:56:17.6317538Z         PASS [   0.005s] (166/166) spt-term::surface spawn_program_in_lands_the_child_in_the_requested_cwd
2026-07-28T02:56:17.6319054Z ────────────
2026-07-28T02:56:17.6319366Z      Summary [ 693.341s] 166 tests run: 166 passed (1 slow), 0 skipped
2026-07-28T02:56:17.6400402Z ##[group]Run cargo test --workspace --doc
2026-07-28T02:56:17.6400698Z [36;1mcargo test --workspace --doc[0m
2026-07-28T02:56:17.6413071Z shell: /usr/bin/bash -e {0}
2026-07-28T02:56:17.6413283Z env:
2026-07-28T02:56:17.6413457Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:56:17.6413682Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:56:17.6413907Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:56:17.6414248Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:56:17.6414685Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:56:17.6415071Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:56:17.6415467Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:56:17.6415776Z ##[endgroup]
2026-07-28T02:56:17.8930131Z    Compiling strsim v0.11.1
2026-07-28T02:56:17.8960858Z    Compiling unicode-segmentation v1.13.3
2026-07-28T02:56:18.0174280Z    Compiling darling_core v0.20.11
2026-07-28T02:56:18.0901396Z    Compiling convert_case v0.10.0
2026-07-28T02:56:18.1984886Z    Compiling derive_more-impl v2.1.1
2026-07-28T02:56:19.0034338Z    Compiling darling_macro v0.20.11
2026-07-28T02:56:19.1296011Z    Compiling darling v0.20.11
2026-07-28T02:56:19.1495878Z    Compiling derive_builder_core v0.20.2
2026-07-28T02:56:19.5598332Z    Compiling derive_more v2.1.1
2026-07-28T02:56:19.5623186Z    Compiling derive_builder_macro v0.20.2
2026-07-28T02:56:19.6205217Z    Compiling n0-future v0.3.2
2026-07-28T02:56:19.6205751Z    Compiling iroh-base v0.98.0
2026-07-28T02:56:19.6206123Z    Compiling noq-proto v0.17.0
2026-07-28T02:56:19.6796165Z    Compiling derive_builder v0.20.2
2026-07-28T02:56:19.7115030Z    Compiling vergen-lib v9.1.0
2026-07-28T02:56:19.7115373Z    Compiling vergen-lib v0.1.6
2026-07-28T02:56:19.7193503Z    Compiling n0-watcher v0.6.1
2026-07-28T02:56:19.8106476Z    Compiling vergen v9.1.0
2026-07-28T02:56:19.8395153Z    Compiling vergen-gitcl v1.0.8
2026-07-28T02:56:19.8473483Z    Compiling netwatch v0.16.0
2026-07-28T02:56:19.9490728Z    Compiling iroh-dns v0.98.0
2026-07-28T02:56:20.1125842Z    Compiling iroh-relay v0.98.0
2026-07-28T02:56:20.5437791Z    Compiling portmapper v0.16.0
2026-07-28T02:56:22.7359751Z    Compiling noq v0.18.0
2026-07-28T02:56:26.5630840Z    Compiling iroh v0.98.2
2026-07-28T02:56:34.6857621Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-28T02:56:36.3565267Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-28T02:56:46.5829817Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.93s
2026-07-28T02:56:46.6064579Z    Doc-tests spt_daemon
2026-07-28T02:56:47.2552506Z 
2026-07-28T02:56:47.2554367Z running 0 tests
2026-07-28T02:56:47.2557018Z 
2026-07-28T02:56:47.2557924Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-07-28T02:56:47.2558320Z 
2026-07-28T02:56:47.2605294Z    Doc-tests spt_live
2026-07-28T02:56:47.2978922Z 
2026-07-28T02:56:47.2979591Z running 0 tests
2026-07-28T02:56:47.2979794Z 
2026-07-28T02:56:47.2980066Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-07-28T02:56:47.2980428Z 
2026-07-28T02:56:47.3014247Z    Doc-tests spt_msg
2026-07-28T02:56:47.3331796Z 
2026-07-28T02:56:47.3332241Z running 0 tests
2026-07-28T02:56:47.3332440Z 
2026-07-28T02:56:47.3332717Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-07-28T02:56:47.3333070Z 
2026-07-28T02:56:47.3365988Z    Doc-tests spt_net
2026-07-28T02:56:47.5225365Z 
2026-07-28T02:56:47.5225856Z running 0 tests
2026-07-28T02:56:47.5226067Z 
2026-07-28T02:56:47.5226356Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-07-28T02:56:47.5226740Z 
2026-07-28T02:56:47.5267477Z    Doc-tests spt_proto
2026-07-28T02:56:47.5570199Z 
2026-07-28T02:56:47.5570646Z running 0 tests
2026-07-28T02:56:47.5570843Z 
2026-07-28T02:56:47.5571114Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-07-28T02:56:47.5571472Z 
2026-07-28T02:56:47.5603924Z    Doc-tests spt_runtime
2026-07-28T02:56:47.7748193Z 
2026-07-28T02:56:47.7748640Z running 0 tests
2026-07-28T02:56:47.7748878Z 
2026-07-28T02:56:47.7749357Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-07-28T02:56:47.7749733Z 
2026-07-28T02:56:47.7787048Z    Doc-tests spt_store
2026-07-28T02:56:47.9805343Z 
2026-07-28T02:56:47.9805844Z running 0 tests
2026-07-28T02:56:47.9806054Z 
2026-07-28T02:56:47.9806355Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-07-28T02:56:47.9806881Z 
2026-07-28T02:56:47.9842405Z    Doc-tests spt_term
2026-07-28T02:56:48.0475519Z 
2026-07-28T02:56:48.0475980Z running 0 tests
2026-07-28T02:56:48.0476167Z 
2026-07-28T02:56:48.0476415Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-07-28T02:56:48.0476696Z 
2026-07-28T02:56:48.0511051Z    Doc-tests spt_test_support
2026-07-28T02:56:48.0742981Z 
2026-07-28T02:56:48.0743348Z running 0 tests
2026-07-28T02:56:48.0878147Z 
2026-07-28T02:56:48.0878490Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-07-28T02:56:48.0878856Z 
2026-07-28T02:56:48.0911905Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-07-28T02:56:48.0912321Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-07-28T02:56:48.0924665Z shell: /usr/bin/bash -e {0}
2026-07-28T02:56:48.0924870Z env:
2026-07-28T02:56:48.0925047Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:56:48.0925275Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:56:48.0925499Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:56:48.0926016Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:56:48.0926456Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:56:48.0926864Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:56:48.0927280Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:56:48.0927599Z ##[endgroup]
2026-07-28T02:56:48.5510554Z     Checking cfg-if v1.0.4
2026-07-28T02:56:48.5510855Z     Checking typenum v1.20.1
2026-07-28T02:56:48.5512386Z     Checking subtle v2.6.1
2026-07-28T02:56:48.5512745Z     Checking critical-section v1.2.0
2026-07-28T02:56:48.5549237Z     Checking memchr v2.8.1
2026-07-28T02:56:48.5667473Z     Checking log v0.4.32
2026-07-28T02:56:48.5668037Z     Checking smallvec v1.15.1
2026-07-28T02:56:48.5750394Z     Checking libc v0.2.186
2026-07-28T02:56:48.5750948Z     Checking serde_core v1.0.228
2026-07-28T02:56:48.5753411Z     Checking cpufeatures v0.2.17
2026-07-28T02:56:48.5753863Z     Checking equivalent v1.0.2
2026-07-28T02:56:48.5754575Z     Checking rand_core v0.10.1
2026-07-28T02:56:48.6042210Z     Checking itoa v1.0.18
2026-07-28T02:56:48.6043120Z     Checking bitflags v2.12.1
2026-07-28T02:56:48.6219619Z     Checking zeroize v1.8.2
2026-07-28T02:56:48.6221423Z     Checking hashbrown v0.17.1
2026-07-28T02:56:48.6293368Z     Checking pin-project-lite v0.2.17
2026-07-28T02:56:48.6305701Z     Checking bytes v1.11.1
2026-07-28T02:56:48.6375214Z     Checking futures-core v0.3.32
2026-07-28T02:56:48.6680893Z     Checking zerocopy v0.8.50
2026-07-28T02:56:48.6919242Z     Checking signature v2.2.0
2026-07-28T02:56:48.7229457Z     Checking stable_deref_trait v1.2.1
2026-07-28T02:56:48.7290514Z     Checking zmij v1.0.21
2026-07-28T02:56:48.7422910Z     Checking futures-sink v0.3.32
2026-07-28T02:56:48.7428050Z     Checking fastrand v2.4.1
2026-07-28T02:56:48.7620849Z     Checking slab v0.4.12
2026-07-28T02:56:48.7752482Z     Checking futures-io v0.3.32
2026-07-28T02:56:48.7760179Z     Checking libsqlite3-sys v0.30.1
2026-07-28T02:56:48.7967221Z     Checking fallible-streaming-iterator v0.1.9
2026-07-28T02:56:48.8092401Z     Checking futures-task v0.3.32
2026-07-28T02:56:48.8350740Z     Checking ed25519 v2.2.3
2026-07-28T02:56:48.8510805Z     Checking futures-channel v0.3.32
2026-07-28T02:56:48.8860738Z     Checking fallible-iterator v0.3.0
2026-07-28T02:56:48.9149734Z     Checking zerofrom v0.1.8
2026-07-28T02:56:48.9340717Z     Checking litemap v0.8.2
2026-07-28T02:56:48.9473331Z     Checking writeable v0.6.3
2026-07-28T02:56:48.9870522Z     Checking utf8_iter v1.0.4
2026-07-28T02:56:49.0150354Z     Checking icu_normalizer_data v2.2.0
2026-07-28T02:56:49.0260669Z     Checking yoke v0.8.3
2026-07-28T02:56:49.0449455Z     Checking icu_properties_data v2.2.0
2026-07-28T02:56:49.0471758Z     Checking percent-encoding v2.3.2
2026-07-28T02:56:49.0660704Z     Checking linux-raw-sys v0.12.1
2026-07-28T02:56:49.0940680Z     Checking cpufeatures v0.3.0
2026-07-28T02:56:49.1251006Z     Checking rustls-pki-types v1.14.1
2026-07-28T02:56:49.1590581Z     Checking futures-util v0.3.32
2026-07-28T02:56:49.1710387Z     Checking arrayvec v0.7.6
2026-07-28T02:56:49.1861765Z     Checking scopeguard v1.2.0
2026-07-28T02:56:49.1900758Z     Checking chacha20 v0.10.0
2026-07-28T02:56:49.2080754Z     Checking form_urlencoded v1.2.2
2026-07-28T02:56:49.2500414Z     Checking zerovec v0.11.6
2026-07-28T02:56:49.2650406Z     Checking zerotrie v0.2.4
2026-07-28T02:56:49.3251017Z     Checking lock_api v0.4.14
2026-07-28T02:56:49.3350480Z     Checking thiserror v2.0.18
2026-07-28T02:56:49.3355755Z     Checking aws-lc-sys v0.41.0
2026-07-28T02:56:49.3611130Z     Checking utf8parse v0.2.2
2026-07-28T02:56:49.3883733Z     Checking indexmap v2.14.0
2026-07-28T02:56:49.4130722Z    Compiling fnv v1.0.7
2026-07-28T02:56:49.4170620Z     Checking http v1.4.1
2026-07-28T02:56:49.4540309Z     Checking untrusted v0.9.0
2026-07-28T02:56:49.5150333Z     Checking const-oid v0.10.2
2026-07-28T02:56:49.5510460Z     Checking rustix v1.1.4
2026-07-28T02:56:49.5721816Z    Compiling darling_core v0.20.11
2026-07-28T02:56:49.5729897Z     Checking atomic-waker v1.1.2
2026-07-28T02:56:49.5809417Z     Checking thiserror v1.0.69
2026-07-28T02:56:49.6121344Z     Checking memoffset v0.6.5
2026-07-28T02:56:49.6490671Z     Checking bitflags v1.3.2
2026-07-28T02:56:49.6717273Z     Checking pin-utils v0.1.0
2026-07-28T02:56:49.6914362Z     Checking derive_more v2.1.1
2026-07-28T02:56:49.6950982Z     Checking anyhow v1.0.102
2026-07-28T02:56:49.7077532Z     Checking base64ct v1.8.3
2026-07-28T02:56:49.7078613Z     Checking unicode-width v0.2.0
2026-07-28T02:56:49.7400679Z     Checking shell-words v1.1.1
2026-07-28T02:56:49.7719278Z     Checking generic-array v0.14.7
2026-07-28T02:56:49.8820263Z     Checking hybrid-array v0.4.12
2026-07-28T02:56:49.9060628Z     Checking downcast-rs v1.2.1
2026-07-28T02:56:49.9454404Z     Checking either v1.16.0
2026-07-28T02:56:49.9680744Z     Checking vte v0.13.1
2026-07-28T02:56:49.9801664Z     Checking pem-rfc7468 v1.0.0
2026-07-28T02:56:49.9807138Z     Checking httparse v1.10.1
2026-07-28T02:56:50.0180705Z     Checking tinystr v0.8.3
2026-07-28T02:56:50.0982482Z     Checking potential_utf v0.1.5
2026-07-28T02:56:50.1640778Z     Checking aws-lc-rs v1.17.0
2026-07-28T02:56:50.1770448Z     Checking aho-corasick v1.1.4
2026-07-28T02:56:50.2551844Z     Checking icu_collections v2.2.0
2026-07-28T02:56:50.2690961Z     Checking icu_locale_core v2.2.0
2026-07-28T02:56:50.2781158Z     Checking tinyvec_macros v0.1.1
2026-07-28T02:56:50.2781826Z     Checking base64 v0.22.1
2026-07-28T02:56:50.3750444Z     Checking regex-syntax v0.8.10
2026-07-28T02:56:50.3960860Z     Checking http-body v1.0.1
2026-07-28T02:56:50.4390536Z     Checking crypto-common v0.1.7
2026-07-28T02:56:50.5170848Z     Checking block-buffer v0.10.4
2026-07-28T02:56:50.5810702Z     Checking data-encoding v2.11.0
2026-07-28T02:56:50.5886720Z     Checking toml_write v0.1.2
2026-07-28T02:56:50.6051360Z     Checking getrandom v0.2.17
2026-07-28T02:56:50.6305715Z     Checking getrandom v0.4.2
2026-07-28T02:56:50.6702321Z     Checking digest v0.10.7
2026-07-28T02:56:50.7270369Z     Checking mio v1.2.1
2026-07-28T02:56:50.7750642Z     Checking socket2 v0.6.4
2026-07-28T02:56:50.7841397Z     Checking rand_core v0.6.4
2026-07-28T02:56:50.8120821Z     Checking uuid v1.23.2
2026-07-28T02:56:50.9260496Z     Checking fs2 v0.4.3
2026-07-28T02:56:50.9590474Z     Checking sha2 v0.10.9
2026-07-28T02:56:51.0200314Z     Checking curve25519-dalek v4.1.3
2026-07-28T02:56:51.0350696Z     Checking rand v0.10.1
2026-07-28T02:56:51.0471098Z     Checking ring v0.17.14
2026-07-28T02:56:51.1269349Z     Checking ioctl-rs v0.1.6
2026-07-28T02:56:51.1610647Z     Checking termios v0.2.2
2026-07-28T02:56:51.1960639Z     Checking serial-core v0.4.0
2026-07-28T02:56:51.2270731Z     Checking tokio v1.52.3
2026-07-28T02:56:51.2690500Z     Checking hmac v0.12.1
2026-07-28T02:56:51.2801314Z     Checking filedescriptor v0.8.3
2026-07-28T02:56:51.3115367Z     Checking icu_provider v2.2.0
2026-07-28T02:56:51.3569467Z     Checking serial-unix v0.4.0
2026-07-28T02:56:51.3797241Z     Checking nix v0.25.1
2026-07-28T02:56:51.3936022Z     Checking parking_lot_core v0.9.12
2026-07-28T02:56:51.4171868Z     Checking serde v1.0.228
2026-07-28T02:56:51.5110650Z     Checking serde_json v1.0.150
2026-07-28T02:56:51.5313942Z     Checking serial v0.4.0
2026-07-28T02:56:51.5773312Z     Checking winnow v0.7.15
2026-07-28T02:56:51.6220949Z     Checking icu_normalizer v2.2.0
2026-07-28T02:56:51.6317327Z     Checking icu_properties v2.2.0
2026-07-28T02:56:51.6497857Z     Checking tower-service v0.3.3
2026-07-28T02:56:51.7440291Z     Checking try-lock v0.2.5
2026-07-28T02:56:51.7660651Z     Checking parking_lot v0.12.5
2026-07-28T02:56:51.8220891Z     Checking want v0.3.1
2026-07-28T02:56:51.9320663Z     Checking block-buffer v0.12.0
2026-07-28T02:56:52.0178316Z     Checking portable-atomic v1.13.1
2026-07-28T02:56:52.0311826Z     Checking ipnet v2.12.0
2026-07-28T02:56:52.0540738Z     Checking serde_spanned v0.6.9
2026-07-28T02:56:52.1110520Z     Checking toml_datetime v0.6.11
2026-07-28T02:56:52.1340764Z     Checking ed25519-dalek v2.2.0
2026-07-28T02:56:52.1550469Z     Checking crypto-common v0.2.2
2026-07-28T02:56:52.1650597Z     Checking inout v0.1.4
2026-07-28T02:56:52.2900845Z     Checking tinyvec v1.11.0
2026-07-28T02:56:52.3753191Z     Checking n0-error v0.1.3
2026-07-28T02:56:52.3983264Z     Checking ref-cast v1.0.25
2026-07-28T02:56:52.4201078Z     Checking spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-28T02:56:52.4390429Z     Checking der v0.8.0-rc.10
2026-07-28T02:56:52.4510660Z     Checking num-traits v0.2.19
2026-07-28T02:56:52.5869924Z     Checking cordyceps v0.3.4
2026-07-28T02:56:52.6341294Z     Checking regex-automata v0.4.14
2026-07-28T02:56:52.7220480Z     Checking spin v0.10.0
2026-07-28T02:56:52.8753752Z     Checking once_cell v1.21.4
2026-07-28T02:56:52.9003423Z     Checking httpdate v1.0.3
2026-07-28T02:56:52.9279139Z     Checking rustls-webpki v0.103.13
2026-07-28T02:56:52.9383991Z     Checking idna_adapter v1.2.2
2026-07-28T02:56:52.9605809Z     Checking parking v2.2.1
2026-07-28T02:56:52.9949256Z     Checking diatomic-waker v0.2.3
2026-07-28T02:56:52.9966222Z     Checking dyn-clone v1.0.20
2026-07-28T02:56:53.0540728Z     Checking idna v1.1.0
2026-07-28T02:56:53.0710657Z     Checking tracing-core v0.1.36
2026-07-28T02:56:53.0750966Z     Checking digest v0.11.3
2026-07-28T02:56:53.0829183Z     Checking futures-lite v2.6.1
2026-07-28T02:56:53.0948596Z     Checking schemars v1.2.1
2026-07-28T02:56:53.1048218Z     Checking futures-buffered v0.2.13
2026-07-28T02:56:53.2703392Z     Checking pin-project v1.1.13
2026-07-28T02:56:53.2719552Z     Checking cipher v0.4.4
2026-07-28T02:56:53.3377716Z     Checking url v2.5.8
2026-07-28T02:56:53.3637463Z     Checking universal-hash v0.5.1
2026-07-28T02:56:53.4130465Z     Checking netlink-packet-core v0.8.1
2026-07-28T02:56:53.4740635Z     Checking ahash v0.8.12
2026-07-28T02:56:53.4931692Z     Checking tracing v0.1.44
2026-07-28T02:56:53.5120474Z    Compiling darling_macro v0.20.11
2026-07-28T02:56:53.5540511Z     Checking sync_wrapper v1.0.2
2026-07-28T02:56:53.5670890Z     Checking byteorder v1.5.0
2026-07-28T02:56:53.5920451Z     Checking rustls v0.23.40
2026-07-28T02:56:53.6960941Z    Compiling powerfmt v0.2.0
2026-07-28T02:56:53.7030511Z     Checking allocator-api2 v0.2.21
2026-07-28T02:56:53.7240671Z     Checking hashbrown v0.14.5
2026-07-28T02:56:53.7544545Z     Checking spki v0.8.0-rc.4
2026-07-28T02:56:53.7691028Z     Checking opaque-debug v0.3.1
2026-07-28T02:56:53.7876584Z     Checking hash32 v0.2.1
2026-07-28T02:56:53.8440615Z     Checking polyval v0.6.2
2026-07-28T02:56:53.8770760Z    Compiling darling v0.20.11
2026-07-28T02:56:53.9260666Z     Checking pkcs8 v0.11.0-rc.10
2026-07-28T02:56:53.9463941Z    Compiling derive_builder_core v0.20.2
2026-07-28T02:56:53.9527784Z     Checking toml_edit v0.22.27
2026-07-28T02:56:53.9568647Z    Compiling deranged v0.5.8
2026-07-28T02:56:53.9570463Z     Checking prefix-trie v0.8.4
2026-07-28T02:56:53.9824106Z     Checking crossbeam-utils v0.8.21
2026-07-28T02:56:54.0440769Z     Checking tempfile v3.27.0
2026-07-28T02:56:54.0580619Z     Checking futures-executor v0.3.32
2026-07-28T02:56:54.0785519Z     Checking spin v0.9.8
2026-07-28T02:56:54.1101203Z     Checking ryu v1.0.23
2026-07-28T02:56:54.1930770Z    Compiling time-core v0.1.8
2026-07-28T02:56:54.2110642Z     Checking signature v3.0.0
2026-07-28T02:56:54.2900755Z     Checking tower-layer v0.3.3
2026-07-28T02:56:54.3050446Z    Compiling num-conv v0.2.2
2026-07-28T02:56:54.3470560Z     Checking ed25519 v3.0.0-rc.4
2026-07-28T02:56:54.4900687Z     Checking heapless v0.7.17
2026-07-28T02:56:54.5030529Z     Checking futures v0.3.32
2026-07-28T02:56:54.5220600Z     Checking hashlink v0.9.1
2026-07-28T02:56:54.5260521Z     Checking ghash v0.5.1
2026-07-28T02:56:54.5392870Z     Checking noq-udp v0.10.0
2026-07-28T02:56:54.5395151Z     Checking curve25519-dalek v5.0.0-pre.6
2026-07-28T02:56:54.6001028Z     Checking aes v0.8.4
2026-07-28T02:56:54.6040934Z     Checking ctr v0.9.2
2026-07-28T02:56:54.6350787Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-28T02:56:54.6683348Z     Checking sha2 v0.11.0-rc.5
2026-07-28T02:56:54.6841088Z     Checking hickory-proto v0.26.0-beta.4
2026-07-28T02:56:54.8150571Z     Checking aead v0.5.2
2026-07-28T02:56:54.8313373Z     Checking http-body-util v0.1.3
2026-07-28T02:56:54.8951664Z     Checking rusqlite v0.32.1
2026-07-28T02:56:54.9808934Z     Checking cobs v0.3.0
2026-07-28T02:56:55.0360862Z     Checking portable-pty v0.8.1
2026-07-28T02:56:55.1390811Z     Checking unicode-width v0.1.14
2026-07-28T02:56:55.1490558Z     Checking openssl-probe v0.2.1
2026-07-28T02:56:55.1860396Z     Checking regex v1.12.3
2026-07-28T02:56:55.2160745Z     Checking postcard v1.1.3
2026-07-28T02:56:55.2260454Z     Checking rustls-native-certs v0.8.4
2026-07-28T02:56:55.3949613Z     Checking aes-gcm v0.10.3
2026-07-28T02:56:55.4116192Z     Checking crossbeam-channel v0.5.15
2026-07-28T02:56:55.4136955Z    Compiling derive_builder_macro v0.20.2
2026-07-28T02:56:55.4310822Z     Checking crossbeam-epoch v0.9.18
2026-07-28T02:56:55.5280618Z    Compiling time v0.3.47
2026-07-28T02:56:55.5931049Z    Compiling proc-macro-crate v3.5.0
2026-07-28T02:56:55.6538894Z     Checking data-encoding-macro v0.1.20
2026-07-28T02:56:55.6690953Z     Checking netlink-packet-route v0.29.0
2026-07-28T02:56:55.7276653Z    Compiling derive_builder v0.20.2
2026-07-28T02:56:55.7559329Z     Checking xml-rs v0.8.28
2026-07-28T02:56:55.8610512Z    Compiling vergen-lib v9.1.0
2026-07-28T02:56:55.8971011Z    Compiling vergen-lib v0.1.6
2026-07-28T02:56:55.9380859Z     Checking mac-addr v0.3.0
2026-07-28T02:56:55.9483343Z     Checking spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-28T02:56:55.9748266Z     Checking toml v0.8.23
2026-07-28T02:56:55.9753930Z     Checking identity-hash v0.1.0
2026-07-28T02:56:56.0050246Z     Checking ed25519-dalek v3.0.0-pre.6
2026-07-28T02:56:56.0769659Z     Checking sorted-index-buffer v0.2.1
2026-07-28T02:56:56.1280905Z    Compiling vergen v9.1.0
2026-07-28T02:56:56.2010285Z     Checking tagptr v0.2.0
2026-07-28T02:56:56.2195596Z     Checking rustc-hash v2.1.2
2026-07-28T02:56:56.2430909Z     Checking foldhash v0.2.0
2026-07-28T02:56:56.2530495Z     Checking lru-slab v0.1.2
2026-07-28T02:56:56.2701338Z    Compiling num_enum_derive v0.7.6
2026-07-28T02:56:56.2713835Z     Checking iroh-base v0.98.0
2026-07-28T02:56:56.3021120Z     Checking strum v0.28.0
2026-07-28T02:56:56.3387500Z     Checking iroh-metrics v0.38.3
2026-07-28T02:56:56.3760642Z     Checking moka v0.12.15
2026-07-28T02:56:56.3910620Z     Checking hashbrown v0.16.1
2026-07-28T02:56:56.4080286Z     Checking attohttpc v0.30.1
2026-07-28T02:56:56.4372273Z     Checking netlink-packet-route v0.30.0
2026-07-28T02:56:56.4490702Z     Checking tokio-util v0.7.18
2026-07-28T02:56:56.4576683Z     Checking netlink-sys v0.8.8
2026-07-28T02:56:56.4843078Z     Checking tower v0.5.3
2026-07-28T02:56:56.6910594Z     Checking netlink-proto v0.12.0
2026-07-28T02:56:56.6996807Z     Checking xmltree v0.10.3
2026-07-28T02:56:56.8137518Z     Checking simple-dns v0.9.3
2026-07-28T02:56:56.8390663Z     Checking resolv-conf v0.7.6
2026-07-28T02:56:56.8602564Z     Checking sha1_smol v1.0.1
2026-07-28T02:56:56.9287468Z     Checking arrayref v0.3.9
2026-07-28T02:56:56.9766219Z     Checking constant_time_eq v0.4.2
2026-07-28T02:56:56.9961084Z     Checking smol_str v0.1.24
2026-07-28T02:56:57.0166474Z     Checking simdutf8 v0.1.5
2026-07-28T02:56:57.0580322Z     Checking serde_bytes v0.11.19
2026-07-28T02:56:57.1321150Z     Checking blake3 v1.8.5
2026-07-28T02:56:57.1550541Z     Checking acto v0.8.2
2026-07-28T02:56:57.1967820Z     Checking lru v0.16.4
2026-07-28T02:56:57.2384342Z     Checking seize v0.5.1
2026-07-28T02:56:57.2840437Z     Checking webpki-roots v1.0.7
2026-07-28T02:56:57.3750405Z     Checking cmov v0.5.4
2026-07-28T02:56:57.3970820Z     Checking backon v1.6.0
2026-07-28T02:56:57.4470662Z     Checking hkdf v0.12.4
2026-07-28T02:56:57.5150436Z     Checking tower-http v0.6.11
2026-07-28T02:56:57.5613105Z     Checking papaya v0.2.4
2026-07-28T02:56:57.6120535Z     Checking ctutils v0.4.2
2026-07-28T02:56:57.6220613Z     Checking sha1 v0.10.6
2026-07-28T02:56:57.6351121Z     Checking tokio-rustls v0.26.4
2026-07-28T02:56:57.6390767Z     Checking noq-proto v0.17.0
2026-07-28T02:56:57.6561632Z     Checking num_enum v0.7.6
2026-07-28T02:56:57.6647488Z     Checking h2 v0.4.14
2026-07-28T02:56:57.6660957Z     Checking n0-future v0.3.2
2026-07-28T02:56:57.7670752Z    Compiling vergen-gitcl v1.0.8
2026-07-28T02:56:57.7888404Z     Checking tokio-stream v0.1.18
2026-07-28T02:56:57.8066845Z     Checking n0-watcher v0.6.1
2026-07-28T02:56:57.8468139Z     Checking rustls-platform-verifier v0.7.0
2026-07-28T02:56:57.8610926Z     Checking swarm-discovery v0.6.0-alpha.2
2026-07-28T02:56:57.9007198Z     Checking spake2 v0.4.0
2026-07-28T02:56:57.9124396Z     Checking tokio-websockets v0.13.2
2026-07-28T02:56:57.9780746Z     Checking interprocess v2.4.2
2026-07-28T02:56:57.9940688Z     Checking bytemuck v1.25.2
2026-07-28T02:56:58.0146715Z     Checking errno v0.3.14
2026-07-28T02:56:58.0560502Z    Compiling darling_core v0.23.0
2026-07-28T02:56:58.1180803Z     Checking anstyle-parse v1.0.0
2026-07-28T02:56:58.1586616Z     Checking iroh-dns v0.98.0
2026-07-28T02:56:58.1716253Z     Checking signal-hook-registry v1.4.8
2026-07-28T02:56:58.2321408Z     Checking rgb v0.8.53
2026-07-28T02:56:58.2829483Z     Checking linux-raw-sys v0.4.15
2026-07-28T02:56:58.3081622Z     Checking unicode-segmentation v1.13.3
2026-07-28T02:56:58.3602613Z     Checking signal-hook v0.3.18
2026-07-28T02:56:58.4357403Z     Checking anstyle v1.0.14
2026-07-28T02:56:58.4530641Z     Checking colorchoice v1.0.5
2026-07-28T02:56:58.4680570Z     Checking anstyle-query v1.1.5
2026-07-28T02:56:58.5242536Z     Checking foldhash v0.1.5
2026-07-28T02:56:58.5724079Z     Checking is_terminal_polyfill v1.70.2
2026-07-28T02:56:58.5863394Z     Checking terminal_size v0.4.4
2026-07-28T02:56:58.6088153Z     Checking signal-hook-mio v0.2.5
2026-07-28T02:56:58.6460883Z     Checking itertools v0.13.0
2026-07-28T02:56:58.6481079Z    Compiling iroh-relay v0.98.0
2026-07-28T02:56:58.6660427Z     Checking hashbrown v0.15.5
2026-07-28T02:56:58.6786468Z     Checking avt v0.18.0
2026-07-28T02:56:58.6960266Z     Checking anstream v1.0.0
2026-07-28T02:56:58.7037317Z     Checking castaway v0.2.4
2026-07-28T02:56:58.7188919Z     Checking strsim v0.11.1
2026-07-28T02:56:58.7678911Z     Checking rustix v0.38.44
2026-07-28T02:56:58.8050804Z     Checking clap_lex v1.1.0
2026-07-28T02:56:58.8625291Z     Checking static_assertions v1.1.0
2026-07-28T02:56:58.9270854Z     Checking strum v0.26.3
2026-07-28T02:56:58.9430923Z     Checking iana-time-zone v0.1.65
2026-07-28T02:56:58.9484937Z     Checking compact_str v0.8.2
2026-07-28T02:56:58.9626336Z     Checking cassowary v0.3.0
2026-07-28T02:56:58.9849503Z     Checking clap_builder v4.6.0
2026-07-28T02:56:59.0490910Z     Checking nucleo-matcher v0.3.1
2026-07-28T02:56:59.0766289Z     Checking qrcode v0.14.1
2026-07-28T02:56:59.0970827Z     Checking chrono v0.4.45
2026-07-28T02:56:59.2320889Z     Checking spt-test-support v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-07-28T02:56:59.4091330Z     Checking spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-28T02:56:59.5313632Z     Checking lru v0.12.5
2026-07-28T02:56:59.6031785Z     Checking mock-adapter v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-07-28T02:56:59.6679165Z     Checking crossterm v0.28.1
2026-07-28T02:56:59.7129772Z     Checking spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-28T02:56:59.7415480Z     Checking spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-28T02:57:00.5570445Z     Checking unicode-truncate v1.1.0
2026-07-28T02:57:00.9246619Z    Compiling darling_macro v0.23.0
2026-07-28T02:57:01.1516772Z    Compiling darling v0.23.0
2026-07-28T02:57:01.1610799Z     Checking clap v4.6.1
2026-07-28T02:57:01.1952451Z    Compiling instability v0.3.12
2026-07-28T02:57:01.2928181Z     Checking netdev v0.42.0
2026-07-28T02:57:01.5526830Z     Checking ratatui v0.29.0
2026-07-28T02:57:01.9565753Z     Checking netwatch v0.16.0
2026-07-28T02:57:02.0658136Z     Checking hyper v1.10.1
2026-07-28T02:57:02.0658826Z     Checking hickory-net v0.26.0-beta.4
2026-07-28T02:57:02.2793931Z     Checking spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-28T02:57:02.5281414Z     Checking noq v0.18.0
2026-07-28T02:57:02.9955851Z     Checking hyper-util v0.1.20
2026-07-28T02:57:03.0693513Z     Checking hickory-resolver v0.26.0-beta.4
2026-07-28T02:57:03.7242658Z     Checking hyper-rustls v0.27.9
2026-07-28T02:57:03.7243006Z     Checking igd-next v0.17.1
2026-07-28T02:57:03.8094362Z     Checking reqwest v0.13.4
2026-07-28T02:57:03.9439707Z     Checking portmapper v0.16.0
2026-07-28T02:57:05.0818389Z     Checking iroh v0.98.2
2026-07-28T02:57:08.7011195Z     Checking spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-28T02:57:10.2068218Z     Checking spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-28T02:57:15.7298859Z     Checking spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-28T02:57:15.8250898Z     Checking xtask v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-07-28T02:57:24.1651073Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.03s
2026-07-28T02:57:24.2663024Z ##[group]Run actions/checkout@v5
2026-07-28T02:57:24.2663268Z with:
2026-07-28T02:57:24.2663454Z   repository: SaberMage/spt-shell-notify
2026-07-28T02:57:24.2663691Z   path: .adapter-notify
2026-07-28T02:57:24.2665692Z   token: ***
2026-07-28T02:57:24.2665863Z   ssh-strict: true
2026-07-28T02:57:24.2666030Z   ssh-user: git
2026-07-28T02:57:24.2666216Z   persist-credentials: true
2026-07-28T02:57:24.2666406Z   clean: true
2026-07-28T02:57:24.2666583Z   sparse-checkout-cone-mode: true
2026-07-28T02:57:24.2666792Z   fetch-depth: 1
2026-07-28T02:57:24.2666961Z   fetch-tags: false
2026-07-28T02:57:24.2667135Z   show-progress: true
2026-07-28T02:57:24.2667316Z   lfs: false
2026-07-28T02:57:24.2667480Z   submodules: false
2026-07-28T02:57:24.2667663Z   set-safe-directory: true
2026-07-28T02:57:24.2667871Z   allow-unsafe-pr-checkout: false
2026-07-28T02:57:24.2668086Z env:
2026-07-28T02:57:24.2668258Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:57:24.2668515Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:57:24.2668749Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:57:24.2669179Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:24.2669631Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:24.2670047Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:24.2670447Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:24.2670753Z ##[endgroup]
2026-07-28T02:57:24.4446356Z Syncing repository: SaberMage/spt-shell-notify
2026-07-28T02:57:24.4449153Z ##[group]Getting Git version info
2026-07-28T02:57:24.4449651Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-28T02:57:24.4473497Z [command]/usr/bin/git version
2026-07-28T02:57:24.4513628Z git version 2.43.0
2026-07-28T02:57:24.4531073Z ##[endgroup]
2026-07-28T02:57:24.4540855Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/702de9d2-753e-4af0-91b9-dfdc4a0ac903' before making global git config changes
2026-07-28T02:57:24.4542151Z Adding repository directory to the temporary git global config as a safe directory
2026-07-28T02:57:24.4544557Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-28T02:57:24.4574113Z ##[group]Initializing the repository
2026-07-28T02:57:24.4578220Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-28T02:57:24.4610093Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-28T02:57:24.4610713Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-28T02:57:24.4611271Z hint: of your new repositories, which will suppress this warning, call:
2026-07-28T02:57:24.4611734Z hint: 
2026-07-28T02:57:24.4612095Z hint: 	git config --global init.defaultBranch <name>
2026-07-28T02:57:24.4612463Z hint: 
2026-07-28T02:57:24.4612815Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-28T02:57:24.4613390Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-28T02:57:24.4613852Z hint: 
2026-07-28T02:57:24.4614095Z hint: 	git branch -m <name>
2026-07-28T02:57:24.4615315Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-28T02:57:24.4623749Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-28T02:57:24.4652099Z ##[endgroup]
2026-07-28T02:57:24.4652546Z ##[group]Disabling automatic garbage collection
2026-07-28T02:57:24.4654905Z [command]/usr/bin/git config --local gc.auto 0
2026-07-28T02:57:24.4678473Z ##[endgroup]
2026-07-28T02:57:24.4678883Z ##[group]Setting up auth
2026-07-28T02:57:24.4684754Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-28T02:57:24.4709920Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-28T02:57:24.4928926Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-28T02:57:24.4955680Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-28T02:57:24.5142160Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-28T02:57:24.5168851Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-28T02:57:24.5367600Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-28T02:57:24.5399631Z ##[endgroup]
2026-07-28T02:57:24.5400031Z ##[group]Determining the default branch
2026-07-28T02:57:24.5402560Z Retrieving the default branch name
2026-07-28T02:57:24.9372889Z Default branch 'main'
2026-07-28T02:57:24.9373521Z ##[endgroup]
2026-07-28T02:57:24.9373965Z ##[group]Fetching the repository
2026-07-28T02:57:24.9378239Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-28T02:57:25.5122649Z From https://github.com/SaberMage/spt-shell-notify
2026-07-28T02:57:25.5123081Z  * [new branch]      main       -> origin/main
2026-07-28T02:57:25.5140982Z ##[endgroup]
2026-07-28T02:57:25.5141302Z ##[group]Determining the checkout info
2026-07-28T02:57:25.5142572Z ##[endgroup]
2026-07-28T02:57:25.5145686Z [command]/usr/bin/git sparse-checkout disable
2026-07-28T02:57:25.5180313Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-28T02:57:25.5204877Z ##[group]Checking out the ref
2026-07-28T02:57:25.5207568Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-28T02:57:25.5246767Z Switched to a new branch 'main'
2026-07-28T02:57:25.5247211Z branch 'main' set up to track 'origin/main'.
2026-07-28T02:57:25.5251621Z ##[endgroup]
2026-07-28T02:57:25.5284339Z [command]/usr/bin/git log -1 --format=%H
2026-07-28T02:57:25.5306374Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-07-28T02:57:25.5432948Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-07-28T02:57:25.5433478Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-07-28T02:57:25.5448453Z shell: /usr/bin/bash -e {0}
2026-07-28T02:57:25.5448724Z env:
2026-07-28T02:57:25.5448937Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:57:25.5449482Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:57:25.5449830Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:57:25.5450279Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:25.5450825Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:25.5451327Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:25.5451807Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:25.5452146Z ##[endgroup]
2026-07-28T02:57:25.5840431Z     Updating crates.io index
2026-07-28T02:57:25.6749175Z      Locking 11 packages to latest compatible versions
2026-07-28T02:57:25.7056068Z    Compiling zmij v1.0.23
2026-07-28T02:57:25.7056359Z    Compiling serde_core v1.0.229
2026-07-28T02:57:25.7056593Z    Compiling serde_json v1.0.151
2026-07-28T02:57:25.7056869Z    Compiling memchr v2.8.3
2026-07-28T02:57:25.7057646Z    Compiling itoa v1.0.18
2026-07-28T02:57:27.6169553Z    Compiling spt-shell-notify v0.1.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify)
2026-07-28T02:57:27.8053843Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
2026-07-28T02:57:27.8180214Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-07-28T02:57:27.8180643Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-07-28T02:57:27.8193289Z shell: /usr/bin/bash -e {0}
2026-07-28T02:57:27.8193508Z env:
2026-07-28T02:57:27.8193693Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:57:27.8193929Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:57:27.8194153Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:57:27.8194499Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:27.8194941Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:27.8195344Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:27.8195751Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:27.8196298Z   SPT_NOTIFY_SHELL_BIN: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/target/debug/notify-shell
2026-07-28T02:57:27.8196729Z ##[endgroup]
2026-07-28T02:57:28.0834478Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
2026-07-28T02:57:28.0977936Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-06f0146b6ca4e5ef)
2026-07-28T02:57:28.0997647Z 
2026-07-28T02:57:28.0997989Z running 1 test
2026-07-28T02:57:28.5206957Z test notify_shell_renders_a_commanded_toast ... ok
2026-07-28T02:57:28.5207238Z 
2026-07-28T02:57:28.5207505Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
2026-07-28T02:57:28.5207844Z 
2026-07-28T02:57:28.5334271Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-07-28T02:57:28.5334667Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-07-28T02:57:28.5347348Z shell: /usr/bin/bash -e {0}
2026-07-28T02:57:28.5347557Z env:
2026-07-28T02:57:28.5347738Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:57:28.5347968Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:57:28.5348191Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:57:28.5348530Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:28.5349232Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:28.5349633Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:28.5350033Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:28.5350339Z   SPT_INSTALL_E2E: 1
2026-07-28T02:57:28.5358825Z ##[endgroup]
2026-07-28T02:57:28.7655410Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
2026-07-28T02:57:28.7797710Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-46f21f2bce5e8366)
2026-07-28T02:57:28.7812101Z 
2026-07-28T02:57:28.7812363Z running 2 tests
2026-07-28T02:57:28.7815304Z test at_logon_task_launches_daemon_in_background_not_foreground ... ok
2026-07-28T02:57:51.3104609Z test install_script_against_staged_release ... ok
2026-07-28T02:57:51.3104936Z 
2026-07-28T02:57:51.3105217Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 22.53s
2026-07-28T02:57:51.3105609Z 
2026-07-28T02:57:51.3228527Z ##[group]Run cargo run -p xtask -- check
2026-07-28T02:57:51.3228879Z [36;1mcargo run -p xtask -- check[0m
2026-07-28T02:57:51.3242500Z shell: /usr/bin/bash -e {0}
2026-07-28T02:57:51.3242701Z env:
2026-07-28T02:57:51.3242873Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:57:51.3243106Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:57:51.3243330Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:57:51.3243682Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:51.3244122Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:51.3244521Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:51.3244930Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:51.3245239Z ##[endgroup]
2026-07-28T02:57:51.5423934Z    Compiling cc v1.2.63
2026-07-28T02:57:51.5452670Z    Compiling mio v1.2.1
2026-07-28T02:57:51.5475893Z    Compiling bitflags v2.12.1
2026-07-28T02:57:51.5510250Z    Compiling rustls v0.23.40
2026-07-28T02:57:51.5566138Z    Compiling fastrand v2.4.1
2026-07-28T02:57:51.5624137Z    Compiling either v1.16.0
2026-07-28T02:57:51.6282106Z    Compiling netlink-packet-route v0.29.0
2026-07-28T02:57:51.6282641Z    Compiling simple-dns v0.9.3
2026-07-28T02:57:51.6283476Z    Compiling netlink-packet-route v0.30.0
2026-07-28T02:57:51.6750837Z    Compiling futures-lite v2.6.1
2026-07-28T02:57:51.7193593Z    Compiling prefix-trie v0.8.4
2026-07-28T02:57:51.7911695Z    Compiling tokio v1.52.3
2026-07-28T02:57:52.1699954Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-28T02:57:52.3647063Z    Compiling ring v0.17.14
2026-07-28T02:57:52.3647597Z    Compiling libsqlite3-sys v0.30.1
2026-07-28T02:57:52.3648011Z    Compiling blake3 v1.8.5
2026-07-28T02:57:55.1120543Z    Compiling tokio-util v0.7.18
2026-07-28T02:57:55.1121144Z    Compiling netlink-sys v0.8.8
2026-07-28T02:57:55.1121500Z    Compiling tower v0.5.3
2026-07-28T02:57:55.1121798Z    Compiling acto v0.8.2
2026-07-28T02:57:55.1122185Z    Compiling backon v1.6.0
2026-07-28T02:57:55.1423352Z    Compiling rustls-webpki v0.103.13
2026-07-28T02:57:55.3309530Z    Compiling netlink-proto v0.12.0
2026-07-28T02:57:55.5016913Z    Compiling netdev v0.42.0
2026-07-28T02:57:55.7292172Z    Compiling tower-http v0.6.11
2026-07-28T02:57:55.7460798Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-28T02:57:56.0450823Z    Compiling h2 v0.4.14
2026-07-28T02:57:56.0480696Z    Compiling n0-future v0.3.2
2026-07-28T02:57:56.1048942Z    Compiling tokio-stream v0.1.18
2026-07-28T02:57:56.2370901Z    Compiling n0-watcher v0.6.1
2026-07-28T02:57:56.3070423Z    Compiling iroh-dns v0.98.0
2026-07-28T02:57:56.5570049Z    Compiling netwatch v0.16.0
2026-07-28T02:57:59.1905972Z    Compiling tokio-rustls v0.26.4
2026-07-28T02:57:59.1906515Z    Compiling rustls-platform-verifier v0.7.0
2026-07-28T02:57:59.1907359Z    Compiling noq-proto v0.17.0
2026-07-28T02:57:59.3584775Z    Compiling tokio-websockets v0.13.2
2026-07-28T02:57:59.4984742Z    Compiling hyper v1.10.1
2026-07-28T02:57:59.4985409Z    Compiling hickory-net v0.26.0-beta.4
2026-07-28T02:58:00.2372710Z    Compiling rusqlite v0.32.1
2026-07-28T02:58:00.6864277Z    Compiling hyper-util v0.1.20
2026-07-28T02:58:00.7375717Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-28T02:58:00.8723550Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-28T02:58:01.7115353Z    Compiling hyper-rustls v0.27.9
2026-07-28T02:58:01.7115930Z    Compiling igd-next v0.17.1
2026-07-28T02:58:01.8770212Z    Compiling reqwest v0.13.4
2026-07-28T02:58:02.4383511Z    Compiling portmapper v0.16.0
2026-07-28T02:58:03.0970740Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-28T02:58:03.2823506Z    Compiling noq v0.18.0
2026-07-28T02:58:03.3323020Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-28T02:58:03.3324264Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-28T02:58:05.7536095Z    Compiling iroh-relay v0.98.0
2026-07-28T02:58:06.1164150Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-28T02:58:08.6221628Z    Compiling iroh v0.98.2
2026-07-28T02:58:16.6666950Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-28T02:58:18.2677767Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-28T02:58:28.5921834Z    Compiling xtask v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-07-28T02:58:29.9996710Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.66s
2026-07-28T02:58:30.0190531Z      Running `target/debug/xtask check`
2026-07-28T02:59:09.1853716Z xtask check: OK
2026-07-28T02:59:09.1888027Z ##[group]Run if ! command -v mdbook >/dev/null && [ ! -x "$HOME/.cargo/bin/mdbook" ]; then
2026-07-28T02:59:09.1888566Z [36;1mif ! command -v mdbook >/dev/null && [ ! -x "$HOME/.cargo/bin/mdbook" ]; then[0m
2026-07-28T02:59:09.1888933Z [36;1m  cargo install mdbook --locked[0m
2026-07-28T02:59:09.1889229Z [36;1mfi[0m
2026-07-28T02:59:09.1889419Z [36;1mexport PATH="$HOME/.cargo/bin:$PATH"[0m
2026-07-28T02:59:09.1889760Z [36;1mcargo run -p xtask -- docs-bundle "$RUNNER_TEMP/spt-docs.tar.gz"[0m
2026-07-28T02:59:09.1890184Z [36;1mtar -tzf "$RUNNER_TEMP/spt-docs.tar.gz" | grep -q '^./llms-full.txt$'[0m
2026-07-28T02:59:09.1890623Z [36;1mtar -tzf "$RUNNER_TEMP/spt-docs.tar.gz" | grep -q '^./manifest.schema.json$'[0m
2026-07-28T02:59:09.1891048Z [36;1mtar -tzf "$RUNNER_TEMP/spt-docs.tar.gz" | grep -q '^./index.html$'[0m
2026-07-28T02:59:09.1904679Z shell: /usr/bin/bash -e {0}
2026-07-28T02:59:09.1904908Z env:
2026-07-28T02:59:09.1905110Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:59:09.1905346Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:59:09.1905577Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:59:09.1905953Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:09.1906427Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:09.1906860Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:09.1907305Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:09.1907653Z ##[endgroup]
2026-07-28T02:59:09.4141044Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
2026-07-28T02:59:09.4264146Z      Running `target/debug/xtask docs-bundle /home/reavus/actions-runner/_work/_temp/spt-docs.tar.gz`
2026-07-28T02:59:09.4502678Z  INFO Book building has started
2026-07-28T02:59:09.4529126Z  INFO Running the html backend
2026-07-28T02:59:09.6120929Z  INFO HTML book written to `/home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3/spt-docs-bundle-1373791`
2026-07-28T02:59:09.7366317Z xtask docs-bundle: wrote /home/reavus/actions-runner/_work/_temp/spt-docs.tar.gz (1466416 bytes)
2026-07-28T02:59:09.8008493Z tar: stdout: write error
2026-07-28T02:59:09.8063643Z ##[group]Run bash .github/ci/reap-census.sh end
2026-07-28T02:59:09.8063996Z [36;1mbash .github/ci/reap-census.sh end[0m
2026-07-28T02:59:09.8076327Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-28T02:59:09.8076600Z env:
2026-07-28T02:59:09.8076782Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:59:09.8077010Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:59:09.8077233Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:59:09.8077586Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:09.8078099Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:09.8078508Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:09.8078918Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:09.8079320Z ##[endgroup]
2026-07-28T02:59:09.8133113Z CI-CENSUS scope roots:
2026-07-28T02:59:09.8133548Z   root: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-28T02:59:09.8134039Z   root: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target
2026-07-28T02:59:09.8134572Z   root: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/target
2026-07-28T02:59:09.8135022Z   root: /home/reavus/actions-runner/_work/_temp
2026-07-28T02:59:09.8135336Z   root: /home/reavus/spt-n1-oldbroker
2026-07-28T02:59:09.8182860Z CI-CENSUS self-check OK: walked 397 /proc entries, exe resolution live
2026-07-28T02:59:11.3414676Z CI-CENSUS phase=pre-reap box_procs=397 box_fds=10624 family_total=7 scoped=6 unscoped=1 unreadable_path=0 flood_orphans=0
2026-07-28T02:59:11.3415305Z   SCOPED   pid=1336646 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:11.3415797Z   SCOPED   pid=1336697 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:11.3416288Z   SCOPED   pid=1337238 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:11.3416749Z   SCOPED   pid=1337277 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:11.3417204Z   SCOPED   pid=1337482 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:11.3417668Z   SCOPED   pid=1337504 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:11.3418039Z   FOREIGN  pid=1358109 /home/reavus/.local/bin/spt
2026-07-28T02:59:11.3418350Z CI-REAP: settling 5s so cleanly-exiting daemons are not counted as leaks
2026-07-28T02:59:17.8534448Z CI-CENSUS phase=post-settle box_procs=396 box_fds=10656 family_total=7 scoped=6 unscoped=1 unreadable_path=0 flood_orphans=0
2026-07-28T02:59:17.8535621Z   SCOPED   pid=1336646 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:17.8536605Z   SCOPED   pid=1336697 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:17.8537516Z   SCOPED   pid=1337238 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:17.8538413Z   SCOPED   pid=1337277 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:17.8539467Z   SCOPED   pid=1337482 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:17.8540255Z   SCOPED   pid=1337504 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:17.8540831Z   FOREIGN  pid=1358109 /home/reavus/.local/bin/spt
2026-07-28T02:59:18.0582437Z   REAP  pid=1336646 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:18.0609286Z   REAP  pid=1336697 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:18.0637153Z   REAP  pid=1337238 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:18.0664598Z   REAP  pid=1337277 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:18.0690736Z   REAP  pid=1337482 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:18.0718456Z   REAP  pid=1337504 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-07-28T02:59:21.5058789Z CI-CENSUS phase=end box_procs=390 box_fds=10592 family_total=1 scoped=0 unscoped=1 unreadable_path=0 flood_orphans=0
2026-07-28T02:59:21.5059346Z   FOREIGN  pid=1358109 /home/reavus/.local/bin/spt
2026-07-28T02:59:21.5059659Z CI-REAP summary: killed=6 flood_orphans=none scoped_survivors=0
2026-07-28T02:59:21.5108419Z ##[group]Run bash .github/ci/test-temp-sandbox.sh cleanup
2026-07-28T02:59:21.5109178Z [36;1mbash .github/ci/test-temp-sandbox.sh cleanup[0m
2026-07-28T02:59:21.5122010Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-28T02:59:21.5122285Z env:
2026-07-28T02:59:21.5122471Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:59:21.5122699Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:59:21.5122929Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:59:21.5123283Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:21.5123726Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:21.5124127Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:21.5124537Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:59:21.5124867Z ##[endgroup]
2026-07-28T02:59:21.5302374Z CI-TMP cleanup: removed /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3 on attempt 1/5
2026-07-28T02:59:21.5398213Z Post job cleanup.
2026-07-28T02:59:21.6114747Z [command]/usr/bin/git version
2026-07-28T02:59:21.6147520Z git version 2.43.0
2026-07-28T02:59:21.6179754Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/83afd716-2eec-47d0-9376-1061bf9f9d59' before making global git config changes
2026-07-28T02:59:21.6180393Z Adding repository directory to the temporary git global config as a safe directory
2026-07-28T02:59:21.6183134Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-28T02:59:21.6214577Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-28T02:59:21.6240339Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-28T02:59:21.6464723Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-28T02:59:21.6486174Z http.https://github.com/.extraheader
2026-07-28T02:59:21.6493747Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-28T02:59:21.6520262Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-28T02:59:21.6708679Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-28T02:59:21.6734071Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-28T02:59:21.7083295Z Post job cleanup.
2026-07-28T02:59:21.7777964Z [command]/usr/bin/git version
2026-07-28T02:59:21.7812737Z git version 2.43.0
2026-07-28T02:59:21.7844758Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/54a92d3b-4e44-4038-a339-f5b06b4b576d' before making global git config changes
2026-07-28T02:59:21.7845391Z Adding repository directory to the temporary git global config as a safe directory
2026-07-28T02:59:21.7847878Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-28T02:59:21.7876671Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-28T02:59:21.7901169Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-28T02:59:21.8101457Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-28T02:59:21.8122425Z http.https://github.com/.extraheader
2026-07-28T02:59:21.8129521Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-28T02:59:21.8161632Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-28T02:59:21.8381279Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-28T02:59:21.8406478Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-28T02:59:21.8725692Z Cleaning up orphan processes
